开发者

Jquery Newly inserted table rows disappear after 2 seconds

开发者 https://www.devze.com 2023-01-13 17:34 出处:网络
the newly inserted rows just showed for 2 secs.then disappeared... $item = $( \"<tr><td><input type=\\\"text\\\" class=\\\"inputBig\\\" /></td>\"+

the newly inserted rows just showed for 2 secs.then disappeared...

$item = $( "<tr><td><input type=\"text\" class=\"inputBig\" /></td>"+ 
               "<td><input type=\"checkbox\" c开发者_运维技巧hecked=\"checked\" /></td></tr>");

$item.prependTo($("#tbodyPI")).show();


This code alone will not cause the row to disappear.

You have some other code which is removing it.

0

精彩评论

暂无评论...
验证码 换一张
取 消