(function ($) { $.showMessage = function(msg) { alert(msg); }; console.log($.showMessage("メッセージ")); })(jQuery);