Get the value in an input text box

前端 未结 12 741
你的背包
你的背包 2020-11-22 07:54

What are the ways to get and render an input value using jQuery?

Here is one:

12条回答
  •  一整个雨季
    2020-11-22 08:17

    You can get the value like this:

    this['inputname'].value
    

    Where this refers to the form that contains the input.

提交回复
热议问题