How can I make the "live" event method work without using a particular event?
How can I bind the "live" event method continuously to a function without i.e. the "click" event? At this time I have to click my HTML twice before it picks up the PHP generated content and works fluently. Thanks for your help!
- $('.clickme').live('click', function() {
// Live handler called.
});