Q.1.
When would the following code be run$(function() {});
Q.2.
The following is correct syntax for CSSp { color: red; }
Q.3.
Which of these CSS selectors would select all of the <img> tags in a <div>
Q.4.
Given the following, what would $('.foo').data('info') return?<div id='foo' data-info='google' data-test='bar'></div>
Q.5.
Which of the following ways is the correct Syntax of parent() method in JQuery ?
Q.6.
JQuery parents() Method returns all ancestor elements of the ____________.?
Q.7.
The siblings() method returns all sibling elements of the selected element. _________?
Q.8.
Which of the following is the correct syntax of nextUntil() method in JQuery?
Q.9.
Which of the following is the correct syntax of toggle() effects in JQuery?