开发者

swapping complete <div>?

 var el2 = jQuery("#add-"+id);
 var el = jQuery("#Block-"+id);
 var el2next = el2.next();
 el.insertAfter(el2next);

when i debug el=div#Block-2 and el2next=div#Block-3 is this the right value?

im trying to swap to s but nothing works 开发者_运维知识库. why?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜