How to use ID selector after jQuery html()
- by user555617
It's amazing to try to understand why the function alert("hello") is not generated after clicking more than once... There is some method to do this function is executed?
Note that doesn't work after update using html() involving id "press" in button.
Any idea? See: http://jsbin.com/atuqu3
JavaScript:
$(document).ready(function (){
…