


Accordion Menu 1
html, css and js

DOM Attribute
As we create HTML elements in JavaScript, we can create and delete their attributes.

DOM hasAttribute ()
The hasAttribute () method returns true if the specified attribute exists, otherwise false.

DOM removeAttribute()
html, css and js

DOM getAttribute()
The JavaScript getAttribute () property returns the value of a named attribute.

DOM setAttribute()
Sets an attribute value on the specified element.

JavaScript Search Box
html, css and js

CSS Menu Icon
html, css and js

JavaScript Animation Radar
html, css and js

JavaScript Event pageX, pageY
pageX, pageY

JavaScript Event clientX, clientY
clientX, clientY

JavaScript Event timeStamp
Used to learn time information. After a click you can get a few seconds for a second click.

JavaScrip Animation – Line Menu
html,css and js

JavaScript Event buttons
The Buttons property returns a number that indicates which mouse button or mouse buttons are pressed when the mouse event is triggered.

DOM Event currentTarget
The CurrentTarget event property returns an event listener that triggers the event when a user clicks a nested item.

JavaScript event.type
The Event.type read-only property returns a string that contains the type of the event.