Answers for "write a jquery script that will change the background property of the <div> element with the id value of via the css class when the button with the id value an element is clicked."

CSS
1

styling element using jquery

Syntax:
$(selector).css(property-name:property-value);

Example:
$('.bodytext').css('color':'red');
Posted by: Guest on June-01-2020

Code answers related to "write a jquery script that will change the background property of the <div> element with the id value of via the css class when the button with the id value an element is clicked."

Browse Popular Code Answers by Language