v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:Lethosor/load jquery.js"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Created page with "(function(){var js=document.createElement("script");js.type="text/javascript";js.src="http://code.jquery.com/jquery-2.1.0.min.js";document.body.appendChild(js)})();")
 
m (comment)
 
Line 1: Line 1:
 +
// This script loads jQuery - run it in a Javascript console. jQuery 2.x may not work in older browsers
 
(function(){var js=document.createElement("script");js.type="text/javascript";js.src="http://code.jquery.com/jquery-2.1.0.min.js";document.body.appendChild(js)})();
 
(function(){var js=document.createElement("script");js.type="text/javascript";js.src="http://code.jquery.com/jquery-2.1.0.min.js";document.body.appendChild(js)})();

Latest revision as of 15:43, 11 August 2014

// This script loads jQuery - run it in a Javascript console. jQuery 2.x may not work in older browsers
(function(){var js=document.createElement("script");js.type="text/javascript";js.src="http://code.jquery.com/jquery-2.1.0.min.js";document.body.appendChild(js)})();