$("#paging").on("click","td",function () { //其中#paging是已有元素 if($(this).children("a").length!=0){ openSon($(this).children("a")[0]) }})