`
blacksheepW
  • 浏览: 2471 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

qwewqewqe

 
阅读更多
	  // The userConfig is shared here:
	 
	  $.fn.plugin = function(userConfig){
	       userConfig = $.extend({
	           content: 'Hello user!'
	       }, userConfig);
	       return this.html(useConfig.content);
	   });
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics