I have a set of list items in unordered lists that I bind the anchors inside them to fire when clicked. The thing is: Some ul’s are created (via ajax) when I click on some of the li’s created in the first place, binded in the jQuery’s document.ready. And I want this li’s that are created dynamically to fire as well. Can I do that?
Well, I hope you get what i mean…
Check out live() method
Use it the same way as bind(), ie :