Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Created December 10, 2012 11:44
Show Gist options
  • Save seyDoggy/4250153 to your computer and use it in GitHub Desktop.
Save seyDoggy/4250153 to your computer and use it in GitHub Desktop.
min-width for drop-down menu
// drop menu min-width
sdNav.tb1.add(sdNav.tb2)
.find('> ul > li > a')
.hover(function(){
$(this).parent().find('> ul')
.css('min-width',$(this).outerWidth(true));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment