Skip to content

Instantly share code, notes, and snippets.

@victorjonsson
Created May 10, 2012 07:46
Show Gist options
  • Save victorjonsson/2651759 to your computer and use it in GitHub Desktop.
Save victorjonsson/2651759 to your computer and use it in GitHub Desktop.
jQuery plugin that flips an element upside down
(function($) {
$.extend($.fn, {
mirror : function() {
return
}
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment