I am using an Uniform plugin for jQuery, it's for styling the forms.To turn on form enhancements one should write \[code\]$("input, textarea, select, button").uniform();\[/code\]To turn off form enhancements one should write \[code\]$.uniform.restore();\[/code\]In my application I need to restore (remove styles) and then turn on enhancements again.It works fine with all the form elements except buttons.Here is a jsfiddle link: http://jsfiddle.net/PDWRe/Just uncomment \[code\]//$.uniform.restore(); // run it to turn off uniform\[/code\] this line and you will see what happens with button values.