How can we disable all the elements in html through javascript.The easiest way...
The easiest way is to put all form elements you want to disable inside a and then disable the fieldset itself.
An example: http://jsfiddle.net/xdkf9b8j/1/
If you don't want the border around the fieldset, remove it per css.