The :contains() jQuery selector allows you to match find elements that contain a specified string of text. What I want to do seems related: I\'m providing the user a \"filt
Let say that you want the list of all that dont contains string 'Dinesh'.(assuming Dinesh is inside name Attribute) $('tableId > tbody > tr > td').not("[name*='Dinesh']") 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
all that dont contains string 'Dinesh'.(assuming Dinesh is inside name Attribute) $('tableId > tbody > tr > td').not("[name*='Dinesh']") 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
$('tableId > tbody > tr > td').not("[name*='Dinesh']")