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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -