I have the following jQuery code in place on my page:
var isChanged = false; $(document).ready(function() { $(\'.change\').change(function() { is
$('.change').change() will fire the event. Just changing the attributes doesn't fire the event.
$('.change').change()