Skip to content

Instantly share code, notes, and snippets.

@sofish
Created October 27, 2014 13:54
Show Gist options
  • Save sofish/c0dff708fcbd675116cd to your computer and use it in GitHub Desktop.
Save sofish/c0dff708fcbd675116cd to your computer and use it in GitHub Desktop.
ciao.js
$.fn.ciao = function() {
console.log('没事爱瞎bb');
return this;
};
// 这样执行
$().ciao().ciao().ciao();
@Hosuke
Copy link

Hosuke commented Oct 29, 2014

简洁明了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment