
how to set css style using jquery example
how to set css style using jquery example in css
$('#element').css('display', 'block'); /* Single style */
$('#element').css({'display': 'block', 'background-color' : '#2ECC40'}); /* Multiple style */
how to set css style using jquery example in css
$('#element').css('display', 'block'); /* Single style */
$('#element').css({'display': 'block', 'background-color' : '#2ECC40'}); /* Multiple style */
Share URL: how-to-set-css-style-using-jquery-example