I am trying to update a table according to ajax respond. My update should be insert as the first row inside in my table. With my coding this is ha 5条回答 借酒劲吻你 (楼主) 2020-12-10 23:30 use html instead of append success: function(data) { $('#manage_user table > tbody:first').html(data); //alert(data); } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
in my table. With my coding this is ha 5条回答 借酒劲吻你 (楼主) 2020-12-10 23:30 use html instead of append success: function(data) { $('#manage_user table > tbody:first').html(data); //alert(data); } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
use html instead of append
html
append
success: function(data) { $('#manage_user table > tbody:first').html(data); //alert(data); }