Total Questions : 10
Expected Time : 10 Minutes

1. How do you use the `noConflict` mode in jQuery?

2. How can you select elements that do not have a specific class in jQuery?

3. In jQuery, how do you select elements that contain a specific text?

4. What does the jQuery `attr()` method do?

5. How can you select all elements that have an attribute with a value not equal to a specific value?

6. How can you select all elements with an attribute value starting with 'abc' in jQuery?

7. Which jQuery method is used to add a click event handler to an element?

8. How do you check if an element has a particular class in jQuery?

9. How can you prevent the default behavior of an event in jQuery?

10. How do you select the last child element of a specific parent element in jQuery?