I am trying to update a table according to ajax respond. My update should be insert as the first row inside
There is a jQuery method called after() and it can do the thing you want... can be changed to in my table. With my coding this is ha
$('#manage_user table > tbody:first').append(data);
$('#manage_user tr:first').after('
which inserts the result as first row of the table... Check the demo here ');first