JQuery

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