Home »
MCQs »
jQuery MCQs
What is the syntax of jQuery fadeIn() method?
40. What is the syntax of jQuery fadeIn() method?
- $(selector).fadeIn();
- $(selector).fadeIn(callback, speed);
- $(selector).fadeIn(callback);
- $(selector).fadeIn(speed,callback);
Answer: D) $(selector).fadeIn(speed,callback);
Explanation:
The syntax of jQuery method fadeIn() is:
$(selector).fadeIn(speed,callback);