/ Published in: JavaScript
Good for isolating code inside from global vars. Example, pass jquery references from the window scope
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(function(){ alert('invoke moi') })();