Difference between revisions of "Jquery load"

From rbachwiki
Jump to navigation Jump to search
(Created page with "=Load JQuery, used to be the document.ready now its= <pre> $(function(){ "use strict"; }); </pre>")
 
 
Line 7: Line 7:
});
});
</pre>
</pre>
[[#top|Back To Top]]-[[JQuery|Category]]-[[Main_Page| Home]]

Latest revision as of 23:21, 24 December 2016

Load JQuery, used to be the document.ready now its

$(function(){
"use strict";


});

Back To Top-Category- Home