What is the best way to set the transparency of a HTML DIV element and its contents using jQuery?
Another option - Save your keyboard and use fadeTo:
$('#someDiv').fadeTo("slow",0.5);