; if(this.obj.children().size()%2===0){ var c=this.obj.children().eq(1).clone(); this.obj.append(c); };
what?