I have this input hidden:
I want to alert \"hey\
You can try this code :
$(function(){ var $hello = $('[id$="myValue"]'); $hello.bind("change load", function(){ alert('hey'); }); });