Get attribute name value of <input>

后端 未结 11 766
青春惊慌失措
青春惊慌失措 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:40

    For the below line, Initially faced problem with out giving single code that 'currnetRowAppName'value is not taking space with string. So, after that giving single code '"+row.applicationName+"', its taking space also.

    Example:

    This is working fine.

提交回复
热议问题