Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

values for classList

add() 		Adds one or more tokens to the list
contains() 	Returns true if the list contains a class
entries() 	Returns an Iterator with key/value pairs from the list
forEach() 	Executes a callback function for each token in the list
item() 		Returns the token at a specified index
keys() 		Returns an Iterator with the keys in the list
length 		Returns the number of tokens in the list
remove() 	Removes one or more tokens from the list
replace() 	Replaces a token in the list
supports() 	Returns true if a token is one of an attribute's supported tokens
toggle() 	Toggles between tokens in the list
value 		Returns the token list as a string
values() 	Returns an Iterator with the values in the list
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #values #classList
ADD COMMENT
Topic
Name
5+6 =