🧪 Jquery MCQ Quiz Hub

Jquery Mcq Set 3

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

1. Typeof “infinity” will return ______




2. By default JavaScript displays the numbers as ______




3. Math.random() returns _______




4. What is the Boolean value of “” in JavaScript?




5. Which jQuery method is used to hide selected elements?




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




7. $.foo() is equivalent to




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




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




10. 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.




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




12. What does the min mean?




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




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




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




16. Select all elements that contain the specified text.




17. Is jQuery a library for client scripting or server scripting?




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




19. Which sign does jQuery use as a shortcut for jQuery?




20. jQuery method is used to perform an asynchronous HTTP request?




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




22. In which year jQuery developed?




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




24. What are the methods used to provide effects?




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




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




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




28. Which of the following is an overloaded function?




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




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




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




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




33. What are jQuery’s features?




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




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