var mousewheel = document.all ? "mousewheel" : "DOMMouseScroll"; $(".w_content_inner").bind(mousewheel, function (e) { e.stopPropagation(); });