Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove css jquery

$("#id").css({ 'background-color' : '', 'opacity' : '' });
$(".class").css({ 'background-color' : '', 'opacity' : '' });
//You can remove css by the above.
 
PREVIOUS NEXT
Tagged: #remove #css #jquery
ADD COMMENT
Topic
Name
7+5 =