答案 0 :(得分:0)
从javascript中删除以下行并更改col-md-6
if (next.next().length>0) {
next.next().children(':first-child').clone().appendTo($(this));
`enter code here`}
else {
$(this).siblings(':first').children(':first-child').clone().appendTo($(this));
}
有效。在您的演示链接中测试