NEW
Font size
Worksheetsj query
Total questions: 10
Worksheet time: 3mins
what is j query
js library
js framework
programming language
preprocessor
what is jQuery primarily used for
making coffee
styling web pages
creating 3D graphics
handling interactions and animations on a webpage
which symbol used as a shortcut for jQuery in code
&
@
$
&
how do you include jQuery in an HTML
by writing a <script> tag with a src attribute to the jQuery library
by using a <link> tag
by adding a <style> tag
by embedding it directly into the HTML body
which jQuery method is used to change the HTML content of an element
html()
text()
innerHTML()
append()
jQuery is a JavaScript library used for simplifying common tasks like DOM manipulation and event handling.
اه
لا
how do you hide an element using jQuery
remove()
display()
visible(false)
hide()
what does the .animate() method in jQuery allow you to do
create an HTML canvas
play video files
animate CSS properties of an element
display pop-up notifications
jQuery can be used to handle user interactions like clicking on elements, hovering over elements, and submitting forms
لا
واقيلا
اه
what is the purpose of the css() method in jQuery
to display alerts
to add new styles to an HTML element
to add new styles to an HTML element
to create animations
