The importance of JQuery is indespensible in web development. It allows the creation of dynamic web pages and applications. How much do you have this basic knowledge? Take this quiz to determine that. Good Luck!
HTML
PHP
JAVASCRIPT
CSS
HTML
CSS
JQuery
BOOTSTRAP
Access JQuery
Find HTML elements
Induce action
Choose a selector
The .class selector
The #id selector
The addition selector
The element selector
Click()
Mouseenter()
Mouseleave()
Dblclick()
$("*")
$("[href]")
$(this)
$("p.intro")
Mouseleave()
Mouseup()
Mouseenter()
Mousedown()
Form field loses focus
Mouse leaves the HTML element
Form field gets focus
The user clicks on an HTML element
$(selector).action()
$(action).selector()
$(processor).action()
$(action).processor()
$(".test")
$("#test")
$(test)
$("test")