- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
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.
|