This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($){ | |
$.fn.killZoomy = function(){ | |
$(this) | |
//Unbinding any events attached | |
//be carefull not just zoomy functions | |
.removeClass('parent-zoom') | |
.unbind('click mousemove mouseover mouseleave') | |
//Removing inline style added inline from Zoomy |