Revision: 18091
Updated Code
at September 22, 2009 17:16 by arpit
Updated Code
(function(){ alert('invoke moi') })();
Revision: 18090
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 22, 2009 17:15 by arpit
Initial Code
(function(){ alert('invoke moi') })();
Initial URL
Initial Description
Good for isolating code inside from global vars. Example, pass jquery references from the window scope
Initial Title
Invoke anonymous function in .js
Initial Tags
Initial Language
JavaScript