Answers for "add multiple css in jquery"

5

edit css jquery

$('.ama').css('color','red');
Posted by: Guest on March-23-2020
0

add more than 2 css jquery

//by passing the object of css properties will work
$("selector").css({"background-color": "green", "font-size": "14px"});
Posted by: Guest on June-09-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language