I have this simple code. http://jsfiddle.net/borth/BmEZv/ If you click on the link once, it works fine. If you click on it a second time, it doesn\'t work. Due to the html b
.on() can be used with or without delegation, below is an example of on() using delegation.
.on()
$("#ABC").on('click', ".OpenPopup", function(e){
http://jsfiddle.net/BmEZv/1/