Skip to content

Instantly share code, notes, and snippets.

@safe1981
Created March 15, 2012 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save safe1981/2042144 to your computer and use it in GitHub Desktop.
Save safe1981/2042144 to your computer and use it in GitHub Desktop.
Javascript: jQuery $사인 crash를 막는 방법
(function( $ ) {
$.fn.queryTwitter = function() {
console.log("test");
};
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment