Whenever I use ajax to dynamically create new content, .clone(), append() etc, the new element looses any triggers and events I programmed =(
After making copy, simp
.clone( true ) does the trick.
.clone( true )
Documentation: http://api.jquery.com/clone/