[jQuery] JQuery Ajax

2007-07-06 Thread latinomigs
Hello, I'm learning JQuery and Ajax, but i'm not using JQuery's built in Ajax method (wanna learn about Ajax on its own before I use JQuery's methods). A problem i'm running into is that I have functions in JQuery that I want to affect objects loaded by the remote scripting, but these functions

[jQuery] Chaining - Best Practices?

2007-05-31 Thread latinomigs
I'm new to JQuery and still exploring what it can do. I'm curious to know more about chaining, how it should be used, and what it can/can't handle. I tried one experiment that I've listed code for below. The intention was to see if I could chain mouse event handlers for different objects, but it

[jQuery] Re: Chaining - Best Practices?

2007-05-31 Thread latinomigs
Well I realized my mistake in the code above... It is meant for the following HTML: div id=wrapAll div id=aBox div id=aChildp/p/div /div p id=bottomText/p /div So my error was in using the .children()