i want to do multiple edit of rows in table using jquery and php
+1
A:
You can use jQuery's replaceWith method on a successful ajax result.
Pseudo code:
var row = AJAX_RESULT;
$(YOUR_TABLE_ROW_IDENTIFIER).replaceWith(row);
fabrik
2010-07-15 07:33:33
-1 | This should be a comment, it's not a true answer and I'm astounded someone voted it up as an answer.
animuson
2010-07-15 23:32:09
animuson. A frivolous question deserves an equally frivolous answer. In case you were wondering, Forty Two is "Ultimate Answer to the Ultimate Question of Life, The Universe, and Everything", which I think covers the question above as well. See [this](http://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker's_Guide_to_the_Galaxy) for context.
kingjeffrey
2010-07-16 00:24:37
And as of your comment, there are **two** up votes (and two down votes). That means at least 2 people have a sense of humor. But unfortunately they are equally counter balanced.
kingjeffrey
2010-07-16 00:28:11
Furthermore, if you want to be technical about what is proper, your down vote is improper. My answer should have been "flagged as noise", not down voted.
kingjeffrey
2010-07-16 00:32:05
Also both the link above and [this](http://stackoverflow.com/questions/3252895/convert-mathematical-string-to-int/3252914#3252914) link were purposefully given a "link descriptor" of "this" to honor your rollback.
kingjeffrey
2010-07-16 00:37:58
Furthermore, while we are sharing constructive criticism, the typography at [your website](http://animuson.me/) could really use some leading. Given your line length (which is a bit excessive), I would recommend setting your content's line-height to 150%. After this change, I think you will find the typography much more readable.
kingjeffrey
2010-07-16 00:47:28
That was fun, but I'm done.
kingjeffrey
2010-07-16 00:48:26
One more thing, I up voted both of your comments on this page. The first one because you were right. The second one because the quantity of my responding comments is excessive. They should probably all be flagged as noise so the humorless will feel better about their superior rule following.
kingjeffrey
2010-07-16 00:53:39
I have a sense of humor and this joke got stale a LONG time ago.
Will
2010-07-16 20:17:53
Totally agree with you Will. +1
kingjeffrey
2010-07-16 21:19:31