Question:Which of the following is the correct way to disable an input field with jQuery? 

A $("input").attr('disabled','disabled'); 

B $("input").css('disabled','disabled'); 

C $("input").attr('disable','disable'); 

D $("input").('disabled'); 

+ Answer
+ Report
Total Preview: 697

Copyright © 2025. Powered by Intellect Software Ltd