I want to have a main div and have the ability to dynamically add new divs at the same level as the main div. Something like this:
$("#parent_div").append('');
or if you want the newly created -s to appear before the others $("#parent_div").prepend(''); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
-s to appear before the others $("#parent_div").prepend(''); 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$("#parent_div").prepend('');