jQuery .change Event Not Working With An input:text Field Which Has Readonly Set.
- by amcrouch
I have written some handlers binding the jQuery .change event to the controls on my page. One of the controls has the ReadOnly=readonly attribute set. The .change event is not firing for just this control.
I have had a Google but can see nothing obvious. Any ideas?