Is it possible to trigger a change event on a select field when the selectedIndex or val is set with jQuery?
I've tried it and it doesn't seem to work. I'm attempting to replace a select field with one of my own design. The issue is if i attached a change event to a select field, when the index is changed it needs to fire that event.
Is there a way to do this?
Any ideas would be greatly appreciated.
All the best
Chris
EDIT: @xSaint32 answered this, by using jQuery's trigger method.