Get attribute name value of <input>

后端 未结 11 763
青春惊慌失措
青春惊慌失措 2020-11-29 20:11

How to get the attribute name value of a input tag using jQuery. Please help.


11条回答
  •  温柔的废话
    2020-11-29 20:50

    Pass class to input tag and access the name value by using class.

    
    
    
    

    Or you can also access the value using id.

    
    
    
    

提交回复
热议问题