What is the correct syntax of stop() method?

56. What is the correct syntax of stop() method?

  1. $(selector).stop(stopAll,goToEnd);
  2. $(selector).stop(speed,callback);
  3. $(selector).stop(stopAll,goToEnd,callback);
  4. $(selector).stop(stopAll,speed);

Answer: A) $(selector).stop(stopAll,goToEnd);

Explanation:

The correct syntax of stop() method is:

$(selector).stop(stopAll,goToEnd);

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.