🧪 Jquery MCQ Quiz Hub

Jquery Mcq Set 3

Choose a topic to test your knowledge and improve your Jquery skills

Typeof “infinity” will return ______





✅ Correct Answer: 2

By default JavaScript displays the numbers as ______





✅ Correct Answer: 2

Math.random() returns _______





✅ Correct Answer: 1

What is the Boolean value of “” in JavaScript?





✅ Correct Answer: 4

Which jQuery method is used to hide selected elements?





✅ Correct Answer: 2

Look at the following jQuery selector: $("div#intro .head). What does it select?





✅ Correct Answer: 2

$.foo() is equivalent to





✅ Correct Answer: 3

Which built-in method returns the character at the specified index?





✅ Correct Answer: 3

Using ____ function, we can hold or release the execution of jQuery's ready event.





✅ Correct Answer: 1

The ¦¦¦. method is like offset(), except that it is a getter only and it returns element positions relative to their offset parent, rather to the document as a whole.





✅ Correct Answer: 2

jQuery code to set the background color of all span elements to blue?





✅ Correct Answer: 2

What does the min mean?





✅ Correct Answer: 1

What is the correct jQuery code for making all div elements 100 pixels high?





✅ Correct Answer: 1

Which of the following jQuery method checks the current selection against an expression?





✅ Correct Answer: 2

To deal with cookies in jQuery we have to use ______ cookie plugin





✅ Correct Answer: 1

Select all elements that contain the specified text.





✅ Correct Answer: 2

Is jQuery a library for client scripting or server scripting?





✅ Correct Answer: 1

The______ method is used to represent an array or an object in serialize manner.





✅ Correct Answer: 3

Which sign does jQuery use as a shortcut for jQuery?





✅ Correct Answer: 1

jQuery method is used to perform an asynchronous HTTP request?





✅ Correct Answer: 3

With jQuery, look at the following selector: $("div.intro). What does it select?





✅ Correct Answer: 3

In which year jQuery developed?





✅ Correct Answer: 1

Which of the following is/are the sources of Content Distribution Network(CDN) for jQuery.





✅ Correct Answer: 4

What are the methods used to provide effects?





✅ Correct Answer: 4

Get the value of a style property for the first element in the set of matched elements.





✅ Correct Answer: 1

----- takes a selector as its argument and returns true if at least one of the selected elements also matches the specified selector.





✅ Correct Answer: 1

Which jQuery method is used to switch between adding/removing one or more classes (for CSS) from selected elements?





✅ Correct Answer: 4

Which of the following is an overloaded function?





✅ Correct Answer: 4

JQuery code to set the background color of all “<span>” in blue?





✅ Correct Answer: 4

Which of the following replaces $(document).ready(f)?





✅ Correct Answer: 2

$("span.foo"). What does it select?





✅ Correct Answer: 2

Which jQuery method to set one or more style properties for selected elements?





✅ Correct Answer: 1

What are jQuery’s features?





✅ Correct Answer: 4

The ______ method is used to make an asynchronous HTTP request?





✅ Correct Answer: 2

$("div#frame1 .bd1") What does it select?





✅ Correct Answer: 3