Currently my code will trigger in chrome, and IE but in firefox nothing.. I added console.log and boom in FireFox the code gets there, so isn't the CSS being added?
jQuery("#eigth").waypoint(function(direction) {
console.log('got here');
jQuery("#globe").css({'filter:' : 'none', '-webkit-filter' : 'grayscale(0%)'});
});