I am getting started with jQuery and I think I understand the basics.
I want to get into ajax and while I can communicate with the server I
don't know exactly how to structure my application so that everything
fits together. What happens is that I would try to apply effects to
elements that don't exist yet. For instance if I would try to assign
click event handlers to certain elements within the DOM and these
elements may not exist when the document loads as some of the elements
are read from the server when a DOM element is clicked. What I want to
know is how to structure my application to avoid these type of
problems. Or how do i make jQuery aware of new DOM elements?

Reply via email to