jquery change span style code example
Example: styling element using jquery
Syntax:
$(selector).css(property-name:property-value);
Example:
$('.bodytext').css('color':'red');
Syntax:
$(selector).css(property-name:property-value);
Example:
$('.bodytext').css('color':'red');