jQuery methods
$(
'ul.pffft li'
).click(
function
()
{
$(
this
).hide(
'fast'
);
}
);
.click()
&
.hide()
– jQuery methods
OSDC13