• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back
Is there any difference between body onload() function document.ready() function used in jQuery?
First of all the Document.ready() function is called as soon as the DOM is loaded but the body.onload() function is called when *everything* is loaded on the page that includes the DOM, images and all associated resources of the page. We can have many document.ready() functions in a page but the onload function is limited to one time.
What are the different type of selectors in Jquery?
There are 3 types. CSS, XPath and Custom Selectors.
Name some of the methods of JQuery used to provide effects?
Show, Hide, Toggle, FadeIn, FadeOut.