How to forcibly call the change function of UI element in JQuery.
- $("#ddlcubeName").change();
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.