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