switchstyler

Add/Remove css classes when something fixed is hovering your target div(s). Less than 1kb

Example

$('.top-menu li').switchstyler({
  on: '.section2, .section3',
  addClass: 'newClass1 newClass2',
  removeClass: 'oldClass'
});

$ bower install switchstyler