How do you get a trigger/event to fire on a hidden field. In this case I have a hidden field that is updated via a script. It seems when a field is updated in this manner none of the event triggers like "onChange" "onSelect" "onBlur" will fire.
Is there some script based way this can occur?
Currently I add code to every method I use to update a field from script. But I have a number on methods that does this, and I do not wish to go into each of them and add code that the field has been changed. I am looking for some way for the field to detect that something changed.
Is there some script based way this can occur?
Currently I add code to every method I use to update a field from script. But I have a number on methods that does this, and I do not wish to go into each of them and add code that the field has been changed. I am looking for some way for the field to detect that something changed.
Comment