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