StopPropagation: function (e) { if ($.browser.msie) { event.cancelBubble = true } else { e.stopPropagation(); e.preventDefault() } }