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. code example
Example: styling element using jquery
Syntax:
$(selector).css(property-name:property-value);
Example:
$('.bodytext').css('color':'red');