[jQuery] Re: Order load

2008-08-29 Thread jbetts80
The problem is when a table generated by dataTables plugin is loading it insert in the rows an image that would be loaded after the table. Excuse me because my native language is spanish, not english. Regards!

[jQuery] Order load

2008-08-28 Thread jbetts80
Hi! how do I do to specify the order to load every component in the html file? I need to avoid that an component overlaps another component

[jQuery] page-first.gif

2008-08-20 Thread jbetts80
Hi! I have a problem. How do I do to find page-first.gif image reference? I have a jQuery test application an it run successfully but the really application that I need to run doesn't show images like page- first.gif, page-first-disabled.gif, page-last.gif, etc. Where is the reference to those

[jQuery] Changing $ to other symbol

2008-08-19 Thread jbetts80
Good Morning, I am developing an application that use $ symbol. I have tried to implement jQuery in my app and there are conflicts because jQuery also use $. Can I change $ symbol in jQuery. Thanks