UNPKG

social-sharer

Version:

最 Pure 的社会化分享按钮

10 lines (9 loc) 314 B
function plugin(method, param) { if (typeof method === "string") { return $.data(this[0], "SocialSharer")[method](param); } else { return this.each(function() { if (!$.data(this, "SocialSharer")) $.data(this, "SocialSharer", new SocialSharer(this, method)); }); } }