(function($) { $.fn.test = function(options) { var options = $.extend({ def: 'def' }, options); var s = 'test'; }; })(jQuery);