11. |
Is jQuery a W3C standard?
JQuery એ W3C સ્ટાન્ડર્ડ છે?
|
||||
Answer:
Option (a) |
12. |
What does the min mean in the following JavaScript code?
<script src="jquery-1.4.2.min.js">
નીચેના જાવાસ્ક્રિપ્ટ કોડમાં min નો અર્થ શું છે?
<script src="jquery-1.4.2.min.js"> </script>
|
||||||||
Answer:
Option (a) |
13. |
Which of the following is an equivalent replacement of $(document).ready(f)?
નીચેના માથી ક્યું $(document).ready(f) ની બદલી માં equivalent છે?
|
||||||||
Answer:
Option (b) |
14. |
What is the correct syntax of jQuery?
Jquery ની સાચી વાક્યરચના શું છે?
|
||||||||
Answer:
Option (b) |
15. |
jQuery uses CSS selectors to select elements?
jQuery એલિમેંટ સિલેક્ટ કરવા માટે CSS selectorનો ઉપયોગ કરે છે?
|
||||
Answer:
Option (b) |
16. |
Which sign does jQuery use as a shortcut for jQuery? JQuery માટે કઈ sign jQuery માટે શોર્ટકટ તરીકે ઉપયોગી છે?
|
||||||||
Answer:
Option (c) |
17. |
With jQuery, look at the following selector: $("div"). What does it select?
JQuery સાથે, નીચેના selectorને જુઓ: $ ("div"). તે શું સિલેક્ટ કરે છે?
|
||||||||
Answer:
Option (d) |
18. |
The jQuery html() method works for both HTML and XML documents. ડોકયુમેંટJQuery html () મેથડ એ HTML અને XML docum બંને માટે કાર્ય કરે છે.
|
||||
Answer:
Option (a) |
19. |
What is the correct jQuery code to set the background color of all p elements to red?
બધા p એલિમેંટના background color ને red color માં સેટ કરવા માટે સાચો jQuery કોડ શું છે?
|
||||||||
Answer:
Option (c) |
20. |
With jQuery, look at the following selector: $("div.intro"). What does it select?
JQuery સાથે, નીચેના selector ને જુઓ: $ ("Div.intro"). તે શું સિલેક્ટ કરે છે?
|
||||||||
Answer:
Option (c) |