如:
new Insertion.After("divResult", " <div>After</div>");
是将 html 插入到页面中作为 divResult的后继兄弟节点。
同理,new Insertion.Bottom、new Insertion.top仅仅是插入方向的问题
Ajax.js
如:
new Insertion.After("divResult", " <div>After</div>");
是将 html 插入到页面中作为 divResult的后继兄弟节点。
同理,new Insertion.Bottom、new Insertion.top仅仅是插入方向的问题
Ajax.js