AJAX
Basics
Data
DOM
Effects
Events
Forms
jQuery UI
Plug Ins
Traversing
The removeAttr()
method removes one or more attributes from the selected elements.
$("#btnDemo1").click(function () { $("#Demo1").removeAttr("class"); });