Chris Domigan schrieb:
> Having your scripts broken down into several functions isn't at all an 
> ugly way to do things. IMHO everything should be in a function except 
> for globals. Makes program control a lot easier :)

And in addition to this: Synchronous loading isn't the wisest thing to 
choose. If for instance the request needs a long time due to network 
problems or whatever, then the browser is locked for that time.


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to