UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

34 lines (28 loc) 1.08 kB
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="Cache-Control" content="no-cache,no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <title>JSDK Example</title> <link rel="shortcut icon" href="#" /> <script src="/jsdk/dist/jscore.js"></script> <script src="/jsdk/dist/jsdk-config.js?_=25"></script> </head> <body> <button id="text1">Async Text</button> <button id="html1">Async Html</button> <button id="json1">Async Json</button> <button id="xml1">Async Xml</button> <br> <button id="text2">Sync Text</button> <button id="html2">Sync Html</button> <button id="json2">Sync Json</button> <button id="xml2">Sync Xml</button> <br> <script src="ajax.js"></script> </body> </html>