1.
In jQuery, which of the following defines the function of $.get()method?
2.
Which of these is the selector in the following jQuery code:
$('p').css('color', 'red');
3.
Which of the following methods is the primary mean of attaching a handler to an event in jQuery?
4.
In jQuery, the .css(‘width’) and .width() functions is used to change the width of the ______________________.
5.
How many types of selectors are present in JQuery?
6.
Which of the following methods is used for retrieving the width of an element along with the margins in jQuery?
7.
In jQuery, which of the following methods is used for zero-based index, counting backwards from the last element?
8.
Which of the following not an event attribute in jQuery?
9.
Which of these represents the class selectors in jQuery?
10.
In jQuery, which of the following methods is used to fade the opacity of all the matched elements to a specified opacity & firing an optional callback after completion?