/ Published in: JavaScript
Good for isolating code inside from global vars. Example, pass jquery references from the window scope
Expand |
Embed | Plain Text
(function(){ alert('invoke moi') })();
You need to login to post a comment.
Good for isolating code inside from global vars. Example, pass jquery references from the window scope
(function(){ alert('invoke moi') })();
You need to login to post a comment.