javascript - jquery search for a table cell -> update neighboring cell -
How do I find a table cell with the value (text) of "foo" and how to set the next cell in that row? "Bar" for?
To set a cell, there may already be some text that needs to be overwritten.
Try it but I have not tested it.
$ ('td'). Filter (function () {return $ (this) .text () = ('TD'). Text ('bar')
Comments
Post a Comment