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

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