1.
Which of the following methods is used to set the text content of all the matched elements in jQuery?
2.
Which of the following methods is used to get the combined text content of all the matched elements in jQuery?
3.
Which of the following filter is used to select the header elements in jQuery?
4.
Which of the following is the correct syntax for fetching the value of an attribute from an element in jQuery?
5.
Which of the following methods is utilized as the setter and getter in jQuery?
6.
Which of the following selectors is used to select all the elements having no children in jQuery?
7.
What does the selector $("p~ul") depict in jQuery?
8.
In jQuery, which of the following is a mouse event for the cursor entering the selected element but is not a child element?
9.
Which of the following sorting options accepts selector, string, and an element in jQuery?
10.
Which of the following effect methods is not available in jQuery?