jQuery.fn.howToMessage = function () { $(this).each(function () { new Core.UI.HowToMessage($(this)); }); };