jQuery CSS using AddClass
By Riley K
Using jQuery to Apply CSS to Asp.Net Controls
You can use jQuery to apply CSS to Asp.net controls.
For example to apply to label we can use the AddClass method of jQuery
In the below code on the click of a button I am applying CSS to a label

jQuery CSS using AddClass (572 Views)