What is a jQuery Plugin? 

$('ul.pffft li').click(function() {
    $(this).hide();
});