0% found this document useful (0 votes)
12 views

JS Cheatsheet

Uploaded by

moradjay9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

JS Cheatsheet

Uploaded by

moradjay9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Bhautik morja contact.bhautik@gmail.

com

5 Super Useful JS
CheatSheet

save swipe
post to know
Bhautik morja [email protected]

1.Array Methods

save swipe
post to know
Bhautik morja [email protected]

2.String Methods

save swipe
post to know
Bhautik morja [email protected]

3.Date Methods
Initialization

save swipe
post to know
Bhautik morja [email protected]

Conversions

save swipe
post to know
Bhautik morja [email protected]

Get Methods

Set Methods

save swipe
post to know
Bhautik morja [email protected]

4.DOM Methods
Accessing Elements

Creating/Appending Elements

Modifying Elements

save swipe
post to know
Bhautik morja [email protected]

Accessing Parent, Children, Siblings

Modifying Attributes

Modifying Element Classes

save swipe
post to know
Bhautik morja [email protected]

5.DOM Events
Event Listeners

Keyboard Events Form Events

keydown key is pressed down


blur element has lose focused

use modified value of <input>, <select>


keyup key is released
change
or<textarea>

focus element has received focus

select text has been selected in an element

submit fires on <form> when submitted


reset fires on form is reset

save swipe
post to know
Bhautik morja [email protected]

Mouse Events Window Events


resource was not fully loaded, but not due
click left mouse button click abort
an error
error event occurs if resource failed to
dbclick left mouse button double click error
load or can’t be used
pointing device button is pressed when
mousedown load document has finished loading
inside element

mouseup mouse button released over an element unload document has being unloaded

mouseover mouse button enter an element scroll document is scrolled

mousemove mouse pointer moves over on elememt resize window is resized

save swipe
post to know

You might also like