Question:Which method is used to fade the opacity of all matched elements to a specified opacity and firing an optional callback after completion?
A fadeIn(speed) B fadeTo(speed,opacity [,callback]) C fadeIn() D fadeTo()
+ AnswerB
+ Report