<script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script> 替换上就能正常测试了
2016-12-06
insertAfter /insertBefore 感觉好多余,插入花样真多!
2016-12-06
$('li').add('<p>新的p元素</p>').appendTo($('.right')) // li add<p></p> then the whole context of li and p append to .right
2016-12-05