Site icon Sibeesh Passion

How to forcibly call the change function of UI element in JQuery

How to forcibly call the change function of UI element in JQuery.
[js]
$("#ddlcubeName").change();
[/js]
Here ddlcubeName is my UI element. I wanted this to be fired in another function , so that there is no need to re write the codes inside that change function.

Exit mobile version