jQuery :contains(), but to match an exact string

后端 未结 4 1753
别跟我提以往
别跟我提以往 2020-11-30 07:11

As said in the title, I\'d like to find something like :contains() but to match an exact string. In other words, it shouldn\'t be a partial match. For example i

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 07:52

    Simple way is "select element by exact match" using pseudo function.

    Solution Select element by exact match of its content

提交回复
热议问题