JQuery

12345678910111213
Across
  1. 3. This method returns the height of an element (includes padding and border).
  2. 4. It allows us to run multiple jQuery methods (on the same element) within a single statement.
  3. 6. Method to stop the event
  4. 9. What does dollar Sign ($) means in JQuery
  5. 10. Which method returns the next sibling element of the selected element.
  6. 12. Which method returns number of element in the object
  7. 13. What scripting language is jQuery written in
Down
  1. 1. Which sign does jQuery use as a shortcut for jQuery
  2. 2. Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements
  3. 4. Type of selector in JQuery
  4. 5. Animated sliding effect to an element is given by
  5. 7. It is an event attribute. For some mouse events, identifies the element that the cursor left or entered when the event was triggered.
  6. 8. Which method stops all queued animations and places the elements in their final state
  7. 11. One of the methods to make AJAX request in jquery