$("#box:first").on("click",".button",function(){ $(this).clone().appendTo("#box"); });
加:first筛选,只有第一个有事件