[jQuery] Re: Question: Efficient Usage of jQuery

2007-08-13 Thread Sean Catchpole
Loading different pages with .ready's is just fine. If the page has already loaded then all .ready functions will be executed immediately. Also, there is probably not a scoping issue. You might want to make sure that the html you are trying to change (a tags) have all been loaded at the point your

[jQuery] Re: Question: Efficient Usage of jQuery

2007-08-13 Thread Hector Santos
On Aug 13, 10:56 am, Sean Catchpole [EMAIL PROTECTED] wrote: Loading different pages with .ready's is just fine. If the page has already loaded then all .ready functions will be executed immediately. Also, there is probably not a scoping issue. You might want to make sure that the html you