When loading the page I bind the click event of a list of element. then I append new items to the same list with same element but event not binds with the newly added elements.
This problem with me from a long time and I usually reload that location after I appended element, but it is not giving me the benefit of using ajax.
Common answer with sample code will appreciated.