You can use the jQuery prop() method in combination with the :input selector to disable all <input>, <textarea>, <select> and <button> elements inside an HTML form dynamically using jQuery. The prop() method require jQuery 1.6 and above.
Let's check out an example to understand how this method basically works:
Use the jQuery
prop()methodYou can use the jQuery
prop()method in combination with the:inputselector to disable all<input>,<textarea>,<select>and<button>elements inside an HTML form dynamically using jQuery. Theprop()method require jQuery 1.6 and above.Let's check out an example to understand how this method basically works:
need an explanation for this answer? contact us directly to get an explanation for this answer