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