Jquery load

From rbachwiki
Revision as of 23:18, 24 December 2016 by Bacchas (talk | contribs) (Created page with "=Load JQuery, used to be the document.ready now its= <pre> $(function(){ "use strict"; }); </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

$(function(){
"use strict";


});