How to apply live() like feature for JavaScript appended DOM elements?
live()
Like a li list inside ul which is added through JavaScr
li
ul
You can manually attach the event handler whenever you create a new element. Or, you can do it exactly how jQuery is doing it by looking into the jQuery library and extracting the parts you need.