Which of the following Node object property returns the node immediately before a node?
Which of the following Node object property returns the node immediately before a node?
What is the lifetime of the data stored through localStorage?
What is the lifetime of the data stored through localStorage?
Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?
Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?
How to associate an object to a key on a node?
How to associate an object to a key on a node?
Which of the following are the features of an HTTP request?
Which of the following are the features of an HTTP request?
Which is the element that has a src property to initiate HTTP GET request?
Which is the element that has a src property to initiate HTTP GET request?
How many nodetype – named constants are available?
How many nodetype – named constants are available?
What does a Node object represent?
What does a Node object represent?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
Which of the following uses scripted HTTP?
Which of the following uses scripted HTTP?
Which of the following is not the value the key property will hold if the key is a function key?
Which of the following is not the value the key property will hold if the key is a function key?
Which object supports Filesystem API?
Which object supports Filesystem API?
Which node type represents the root-node of the DOM tree?
Which node type represents the root-node of the DOM tree?
What is the purpose of the method item()?
What is the purpose of the method item()?
Which method is used to remove a binding?
Which method is used to remove a binding?
What is the main difference between localStorage and sessionStorage?
What is the main difference between localStorage and sessionStorage?
Cookies were originally designed for
Cookies were originally designed for
Which of the following is a boolean cookie attribute?
Which of the following is a boolean cookie attribute?
What is the purpose of the DocumentFragment node type?
What is the purpose of the DocumentFragment node type?
Which of the following is a heavily overloaded function?
Which of the following is a heavily overloaded function?
The Cookie manipulation is done using which property?
The Cookie manipulation is done using which property?
Which of the following can be used to configure the scope of the Cookie visibility?
Which of the following can be used to configure the scope of the Cookie visibility?
Which is the function used to retrieve a value?
Which is the function used to retrieve a value?
How many Node object methods are available?
How many Node object methods are available?
How many node object properties are there?
How many node object properties are there?
Which method is an alternative of the property location of a window object?
Which method is an alternative of the property location of a window object?
Which of the following is a utility function in jQuery?
Which of the following is a utility function in jQuery?
Which is the method to look up the objects for a range of keys?
Which is the method to look up the objects for a range of keys?
Which of the below is a lieral reverse of Ajax?
Which of the below is a lieral reverse of Ajax?
How can the nodes in the node list be accessed?
How can the nodes in the node list be accessed?
The Client-Side Databases are stored in the
The Client-Side Databases are stored in the
What is the constraint on the data per cookie?
What is the constraint on the data per cookie?
What is the purpose of the Node object property ownerDocument?
What is the purpose of the Node object property ownerDocument?
Which of the following Node object property returns the local part of the name of a node?
Which of the following Node object property returns the local part of the name of a node?
How can you set a Cookie visibility scope to localStorage?
How can you set a Cookie visibility scope to localStorage?
XMLHttpRequesr is a
XMLHttpRequesr is a
Which of the following is the child(s) of the node type EntityReference?
Which of the following is the child(s) of the node type EntityReference?
Which are the forms of client-side storage?
Which are the forms of client-side storage?
Which is the function used to look up an object?
Which is the function used to look up an object?
Which of the following are objective database and not a relational database?
Which of the following are objective database and not a relational database?
What does the nodeName of the nodeType Document return?
What does the nodeName of the nodeType Document return?
Which property is used to specify the key type when pressed?
Which property is used to specify the key type when pressed?
Which of the following is a feature of the IndexedDB API?
Which of the following is a feature of the IndexedDB API?
How does IndexedDB provide atomicity?
How does IndexedDB provide atomicity?
Which of the following is a factory function?
Which of the following is a factory function?
When are the keyboard events fired?
When are the keyboard events fired?
Which of the following Node types have a node value equal to null?
Which of the following Node types have a node value equal to null?
Which of the following are the features of jQuery?
Which of the following are the features of jQuery?
How to test if two nodes are equal?
How to test if two nodes are equal?
Which is the Microsoft’s own proprietary client-side storage?
Which is the Microsoft’s own proprietary client-side storage?
How many node types are there in total?
How many node types are there in total?
Which is the storage that allows the caching of web pages and their associated resources?
Which is the storage that allows the caching of web pages and their associated resources?
Which of the following key property holds the key name as a string?
Which of the following key property holds the key name as a string?
In the IndexedDB database, database is defined as
In the IndexedDB database, database is defined as
Consider the following code snippet
script src="jquery-1.4.2.min.js"></script>
What does the min mean?
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 single global function defined in the jQuery library?
Which of the following is a single global function defined in the jQuery library?
The other name for Comet is
The other name for Comet is
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Which of the following is an equivalent replacement of $(document).ready(f)?
Which of the following is an equivalent replacement of $(document).ready(f)?
A key path is defined as
A key path is defined as
Which is the function used to store a value?
Which is the function used to store a value?
Which method is used to add a binding?
Which method is used to add a binding?
Which is the code that asks for the set of all div elements in a document?
Which is the code that asks for the set of all div elements in a document?
Which is the appropriate code to begin a HTTP GET request?
Which is the appropriate code to begin a HTTP GET request?
The localStorage and sessionStorage belongs to
The localStorage and sessionStorage belongs to
Which of the following defines the Cookie visibility?
Which of the following defines the Cookie visibility?
Which of the following explains Cookies nature?
Which of the following explains Cookies nature?
Which attribute is used to extend the lifetime of a cookie?
Which attribute is used to extend the lifetime of a cookie?
How does a user generate multiple keydown events?
How does a user generate multiple keydown events?
Which is the most appropriate database for developers requiring huge amount of data?
Which is the most appropriate database for developers requiring huge amount of data?
Which of the following are the parameters passed to the keymap after installation?
Which of the following are the parameters passed to the keymap after installation?
What is the purpose of the method getUserData(key)?
What is the purpose of the method getUserData(key)?
Which of the following is used for parsing JSON text?
Which of the following is used for parsing JSON text?
Which property helps to initiate the HTTP requests?
Which property helps to initiate the HTTP requests?
Which of the following use the Web SQL Database?
Which of the following use the Web SQL Database?
What is the property textContent?
What is the property textContent?
Which is the method that operates on the return value of $()?
Which is the method that operates on the return value of $()?
Which of the following are not key event properties?
Which of the following are not key event properties?
Which of the following is a feature of the HTTP response?
Which of the following is a feature of the HTTP response?
What is the alternate way to search in an IndexedDB API?
What is the alternate way to search in an IndexedDB API?