qwewqewqe

	  // The userConfig is shared here:
	 
	  $.fn.plugin = function(userConfig){
	       userConfig = $.extend({
	           content: 'Hello user!'
	       }, userConfig);
	       return this.html(useConfig.content);
	   });

你可能感兴趣的:(qwewqewqe)