Using Live() for loading content..?
Sorry for the poor title, but i'm not quite sure how to phrase this question.
Basically i've been using the live function for handling click events on my page. So when a user clicks on a link, it will load new content. It's been working great because it works across all my pages, and any applies automatically to any dynamically loaded content.
Now I have a function that is applied to textareas with a specific class, and I would like to have this automatically apply to any dynamically created textareas, is there any way I can do this?
Thanks!