Answers for "get style value in jquery"

4

jquery set style property

$("selector").css("property", "value");

// Example:
$("div").css("background-color", "red");
Posted by: Guest on October-01-2020
0

jquery val style

<input type="button" style="width:50px" id="wave_id" value="Wave" data-action="button">
Posted by: Guest on February-18-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language