Skip to content

Instantly share code, notes, and snippets.

View xiazhe's full-sized avatar

Xia Zhe xiazhe

View GitHub Profile
@jcblw
jcblw / killZoomy.js
Created November 15, 2011 01:51
asset for zoomy plugin for jquery
(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