Dear All,
I want to call a function of jqxdropdownlist.
Enter event name of jqxdropdownlist (for example, functions such as “select” and “change”) as a parameter,I want to know how to call the event.
Do you have features such as trigger () function of jquery in the functionality provided by jqxdropdownlist?
$(‘#myForm div[name=PersonPid]’).on(‘select’, function (event) {
alert(‘selected item’);
});
For more information about the trigger function of jquery is to confirm the link.