Test name | Executions per second |
---|---|
145 | 3695.0 Ops/sec |
132 | 1749.4 Ops/sec |
112 | 1401.5 Ops/sec |
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>My Title</h1>
</div>
<div data-role="content">
<p>Hello world</p>
</div>
</div>
</body>
function loadScript(url, callback) {
var script = document.createElement('script');
script.src = url;
script.onload = callback;
document.getElementsByTagName('head')[0].appendChild(script);
}
var myloaded = function() {
document.write(str);
}
loadScript('http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js', myloaded);
loadScript('http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js', myloaded);
loadScript('http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js', myloaded);