Javascript DOM exercises
Make your website become dynamic and alive. Use Javascript to interact with the elements on the page. This series of challenges tests your knowledge about the Document Object Model (DOM) and how you work with it.
-
Select the button element on the page
-
Query descendent HTML elements
-
Select multiple HTML elements
-
Query and exclude HTML elements
-
Execute function on button click
-
Execute function when cursor moves onto element
-
Cursor enters and leaves element
-
Move element with mouse cursor
-
Check the checkbox
-
Get full-name from inputs
-
Increment the counter on button click
-
Input filter list
-
Todo List One
-
Pop the balloons
-
Stop and restart the moving button