Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to add important tag js

$(".className").each(function () {
	this.style.setProperty('display', 'inline-block', 'important');
}
                     
//jQuery answer to avoid creating functions
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #important #tag #js
ADD COMMENT
Topic
Name
4+8 =