Skip to content

Instantly share code, notes, and snippets.

@jbueza
Created November 24, 2010 17:55
Show Gist options
  • Save jbueza/714085 to your computer and use it in GitHub Desktop.
Save jbueza/714085 to your computer and use it in GitHub Desktop.
The Bovan Plugin lol
(function( $ ){
$.fn.bovan = function() {
console.log("hello, this is: ", this);
};
})( jQuery );
$(document).ready(function() {
$("#element").bovan();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment