Use a jQuery method to fade the <div> element to an opacity of "0.2". Note: The duration of the effect should be "slow".
Syntax hint: $("element").method(speed,opacity);