Sha256: ccfa4baced337785827104a39eec5e3200a08b9ce8dc22c8c151cfacd824829d
Contents?: true
Size: 848 Bytes
Versions: 24
Compression:
Stored size: 848 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Test of Dynamic (Deferred) Loading of Tablesaw</title> <link rel="stylesheet" href="../dist/dependencies/qunit.css"> <link rel="stylesheet" href="../dist/tablesaw.css"> <script src="../dist/dependencies/jquery.js"></script> <script src="../dist/dependencies/qunit.js"></script> <!-- Removing access to jQuery and $. But it'll still be available as $jQ, if you REALLY want to mess around with jQuery in the console. REMEMBER WE ARE TESTING A PLUGIN HERE, THIS HELPS ENSURE BEST PRACTICES. REALLY. --> <script> window.$jQ = jQuery.noConflict(true); </script> <script src="tablesaw_dynamically_loaded_test.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>
Version data entries
24 entries across 24 versions & 1 rubygems