CSE :: Javascript - CS
- Which of the following are the features of jQuery?
- Which of the following is a single global function defined in the jQuery library?
- Which of the following is a factory function?
- Which is the code that asks for the set of all div elements in a document?
- Which is the method that operates on the return value of $()?
-
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
- Which of the following is a heavily overloaded function?
- Which of the following is an equivalent replacement of $(document).ready(f)?
- Which of the following is a utility function in jQuery?
- Which of the following is used for parsing JSON text?