Manipulating CSS

Example $("#Textbox1").css("width", "90%"); or document.getElementById("MyElement").className = "MyClass";    

Read More