Skip to content

Instantly share code, notes, and snippets.

@alexgraham
Created September 6, 2015 16:59
Show Gist options
  • Save alexgraham/6bc26276ac5826c66b40 to your computer and use it in GitHub Desktop.
Save alexgraham/6bc26276ac5826c66b40 to your computer and use it in GitHub Desktop.
JQueryUI Selectmenu z-index changing
$(this).selectmenu({
open: function() {
$( $( $(this).selectmenu( "widget" )[1] )[0] ).css('z-index', 11);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment