JQuery Mobile select menu events, detect when menu closes

JQuery Mobile select menu events, detect when menu closes

Hi,

Is there a way to detect when the jquery mobile custom select menu closes? Our application allows a user to select one or more choices from the menu - multi-select. When the menu closes, an ajax call is made using the selections the user made to the menu. Currently, the 'change' event fires each time the user selects an item. There is no way to know when the user is done selecting items so that the ajax call can be made to retrieve data based on the user selection.

Mark