标签: javascript jquery
有人可以解释在什么情况下可以使用以下语法以及这是如何工作的?
(function($) { $.fn.hoverIntent = function(f,g) { }; })(jQuery);
谢谢!