contains selector contains selector refers to the object itself that includes the specified content, such as: $('td:contains("abcd")').addClass('highlight' ); is to find all cells containing content such as "abcd", set the style type of these cells and add the "highlight" class.
The following code needs to be refreshed after running in order to load jquery