Skip to content

Instantly share code, notes, and snippets.

@alepez
Created May 22, 2015 14:23
Show Gist options
  • Save alepez/1461c6e4dc447ee1456c to your computer and use it in GitHub Desktop.
Save alepez/1461c6e4dc447ee1456c to your computer and use it in GitHub Desktop.
selectmenu blur event
// You can access the `focusable` element of selectmenu instance:
$('SELECTOR').selectmenu('instance').focusable.blur(function() {
// this is executed when selectmenu looses focus
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment