jQuery filter by an attribute value

后端 未结 3 1184
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-12 11:27
Driver License State Email <
3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-12 12:18

    use a single = instead of 2. Also, the : shoudn't be there afaik

    var link = $('.selectedColumns a[attributeid=' + $(this).val() + ']');
    

提交回复
热议问题