Skip to content

Instantly share code, notes, and snippets.

@Asherlc
Created May 21, 2012 20:25
Show Gist options
  • Save Asherlc/2764435 to your computer and use it in GitHub Desktop.
Save Asherlc/2764435 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
(function ($) {
$.salsaform = function () {
console.log($('#foo'));
};
})(jQuery);
$(function(){
$.salsaform();
});
</script>
<div id="foo">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment