Skip to content

Instantly share code, notes, and snippets.

@ckahle33
Created May 7, 2014 18:02
Show Gist options
  • Save ckahle33/6794afcfaae54c75db99 to your computer and use it in GitHub Desktop.
Save ckahle33/6794afcfaae54c75db99 to your computer and use it in GitHub Desktop.
$(function() {
if (window.location.href.indexOf('/industry-solutions') > -1 ) {
$('ul#menu-primary-navigation li.dropdown:hover > ul.dropdown-menu').css('background', 'url("../img/wind-bg.png")');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment