Michael Geary schrieb:
> Now, for some odd syntactic reason, you can't say:
>   function() {}();  // error!
>
> But remember that foo() and (foo)() are the same thing. So you can throw
> some parens around the function:
>
>   ( function() {} )();  // calls the function
>   
Hey Mike,

could you check the latest update to the Authoring page? -> 
http://jquery.com/plugins/Authoring/
Hopefully I got it right now, but I have my doubts, therefore it would 
be nice if someone reads and corrects it.

-- Jörn

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to