Thursday 23 November 2023

What events are fired from the Selectmenu Widget when the refresh method is run?

I am using jQuery to attempt to update a drop-down list however the appearance of the list is not properly reflecting the change. Running the refresh method is often recommended:

$(#ddlExample").selectmenu('refresh');

to correct this however when I do so other form elements unrelated to the specific list are altered. There are multiple JavaScript business rules on the page and it occurs to me that the refresh method may be firing events I am unaware of and triggering these.

Has anyone else experienced unexpected side effects when using this method?



from What events are fired from the Selectmenu Widget when the refresh method is run?

No comments:

Post a Comment