W3Schools JQuery Quiz Test
W3Schools JQuery Quiz Test
W3Schools JQuery Quiz Test
com
THE WORLD'S LARGEST WEB DEVELOPER SITE
DeployModernJavaApps
Java/Spring,Scala/Play,Clojure,orGroovy/Grails.Signupforfree.
Points:25outof25
1.Whichofthefollowingiscorrect?
Youanswered:
jQueryisaJavaScriptLibrary
CorrectAnswer!
2.jQueryusesCSSselectorstoselectelements?
Youanswered:
True
CorrectAnswer!
3.WhichsigndoesjQueryuseasashortcutforjQuery?
Youanswered:
the$sign
CorrectAnswer!
4.Lookatthefollowingselector:$("div").Whatdoesitselect?
Youanswered:
Alldivelements
CorrectAnswer!
5.IsjQueryalibraryforclientscriptingorserverscripting?
Youanswered:
Clientscripting
CorrectAnswer!
6.IsitpossibletousejQuerytogetherwithAJAX?
Youanswered:
Yes
CorrectAnswer!
7.ThejQueryhtml()methodworksforbothHTMLandXMLdocuments
Youanswered:
False
CorrectAnswer!
8.WhatisthecorrectjQuerycodetosetthebackgroundcolorofallp
elementstored?
Youanswered:
$("p").css("backgroundcolor","red")
CorrectAnswer!
9.WithjQuery,lookatthefollowingselector:$("div.intro").Whatdoesit
select?
Youanswered:
Alldivelementswithclass="intro"
CorrectAnswer!
10.WhichjQuerymethodisusedtohideselectedelements?
Youanswered:
hide()
CorrectAnswer!
11.WhichjQuerymethodisusedtosetoneormorestylepropertiesfor
selectedelements?
Youanswered:
css()
CorrectAnswer!
12.WhichjQuerymethodisusedtoperformanasynchronousHTTP
request?
Youanswered:
jQuery.ajax()
CorrectAnswer!
13.WhatisthecorrectjQuerycodeformakingalldivelements100pixels
high?
Youanswered:
$("div").height(100)
CorrectAnswer!
14.Whichstatementistrue?
Youanswered:
TousejQuery,youcanrefertoahostedjQuerylibraryatGoogle
CorrectAnswer!
15.WhatscriptinglanguageisjQuerywrittenin?
Youanswered:
JavaScript
CorrectAnswer!
16.WhichjQueryfunctionisusedtopreventcodefromrunning,beforethe
documentisfinishedloading?
Youanswered:
$(document).ready()
CorrectAnswer!
17.WhichjQuerymethodshouldbeusedtodealwithnameconflicts?
Youanswered:
noConflict()
CorrectAnswer!
18.WhichjQuerymethodisusedtoswitchbetweenadding/removingone
ormoreclasses(forCSS)fromselectedelements?
Youanswered:
toggleClass()
CorrectAnswer!
19.Lookatthefollowingselector:$("divp").Whatdoesitselect?
Youanswered:
Allpelementsinsideadivelement
CorrectAnswer!
20.IsjQueryaW3Cstandard?
Youanswered:
No
CorrectAnswer!
21.Lookatthefollowingselector:$("p#intro").Whatdoesitselect?
Youanswered:
Thepelementwithid="intro"
CorrectAnswer!
22.WhichjQuerymethodisusedtoremoveselectedelements?
Youanswered:
Bothmethodscanbeused
CorrectAnswer!
23.Lookatthefollowingselector:$(":disabled").Whatdoesitselect?
Youanswered:
Alldisabledinputelements
CorrectAnswer!
24.WhichjQuerymethodreturnsthedirectparentelementoftheselected
element?
Youanswered:
parent()
CorrectAnswer!
25.ThejQueryanimate()methodcanbeusedtoanimateANYCSS
property?
Youanswered:
Onlypropertiescontainingnumericvalues
CorrectAnswer!
ByW3Schools
Timespent:5:43
SAVE 15% ON
YOUR FIRST
PURCHASE
FROM iSTOCK
W3SCHOOLS EXAMS
HTML,CSS,JavaScript,PHP,jQuery,andXMLCertifications
COLOR PICKER
LEARN MORE:
ColorConverter
GoogleMaps
AnimatedButtons
ModalBoxes
ModalImages
Tooltips
Loaders
JSAnimations
ProgressBars
Dropdowns
Slideshow
SideNavigation
HTMLIncludes
ColorPalettes
REPORTERROR
PRINTPAGE
FORUM
ABOUT
Top 10 Tutorials
HTMLTutorial
CSSTutorial
JavaScriptTutorial
W3.CSSTutorial
BootstrapTutorial
SQLTutorial
PHPTutorial
jQueryTutorial
AngularTutorial
XMLTutorial
Top 10 References
HTMLReference
CSSReference
JavaScriptReference
W3.CSSReference
BrowserStatistics
PHPReference
HTMLColors
HTMLCharacterSets
jQueryReference
AngularJSReference
Top 10 Examples
HTMLExamples
CSSExamples
JavaScriptExamples
W3.CSSExamples
HTMLDOMExamples
PHPExamples
jQueryExamples
ASPExamples
XMLExamples
SVGExamples
Web Certificates
HTMLCertificate
HTML5Certificate
CSSCertificate
JavaScriptCertificate
jQueryCertificate
PHPCertificate
BootstrapCertificate
XMLCertificate
W3Schoolsisoptimizedforlearning,testing,andtraining.Examplesmightbesimplifiedtoimprovereading
andbasicunderstanding.Tutorials,references,andexamplesareconstantlyreviewedtoavoiderrors,but
wecannotwarrantfullcorrectnessofallcontent.Whileusingthissite,youagreetohavereadand
acceptedourtermsofuse,cookieandprivacypolicy.Copyright19992016byRefsnesData.AllRights
Reserved.