Vidyalelo
JavaScript · all questions

Document Object Model And Event Handling
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

180

Questions

8/9

Page

Pick an option on a question to see the right answer and solution.

Which property helps to initiate the HTTP requests?

Select an option to see the answer and solution.

Which method is an alternative of the property location of a window object?

Select an option to see the answer and solution.

Which of the following uses scripted HTTP?

Select an option to see the answer and solution.

Which of the below is a lieral reverse of Ajax?

Select an option to see the answer and solution.

The other name for Comet is

Select an option to see the answer and solution.

Which is the element that has a src property to initiate HTTP GET request?

Select an option to see the answer and solution.

XMLHttpRequesr is a

Select an option to see the answer and solution.

Which of the following are the features of an HTTP request?

Select an option to see the answer and solution.

Which of the following is a feature of the HTTP response?

Select an option to see the answer and solution.

Which is the appropriate code to begin a HTTP GET request?

Select an option to see the answer and solution.

Which of the following are the features of jQuery?

Select an option to see the answer and solution.

Which of the following is a single global function defined in the jQuery library?

Select an option to see the answer and solution.

Which of the following is a factory function?

Select an option to see the answer and solution.

Which is the code that asks for the set of all div elements in a document?

Select an option to see the answer and solution.

Which is the method that operates on the return value of $()?

Select an option to see the answer and solution.

Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?

Select an option to see the answer and solution.

Which of the following is a heavily overloaded function?

Select an option to see the answer and solution.

Which of the following is an equivalent replacement of $(document).ready(f)?

Select an option to see the answer and solution.

Which of the following is a utility function in jQuery?

Select an option to see the answer and solution.

Which of the following is used for parsing JSON text?

Select an option to see the answer and solution.