Question:Which of the following is the correct way to get the value of a textbox using id in jQuery? 

A $(“.textbox”).text() 

B $(“#textbox”).val() 

C $(“.textbox”).val() 

D $(“#textbox”).text() 

+ Answer
+ Report
Total Preview: 606

Copyright © 2024. Powered by Intellect Software Ltd