/* Type JavaScript here! */ (function () { $.fn.highlight = function () { $(this).css({ color: 'red', background: 'yellow' }); $(this).fadeIn(); }; })(jQuery);
# Type Here! $ -> $.fn.highlight = -> $(this).css color: "red" background: "yellow" $(this).fadeIn()
{{tab.name}}