jq新添加元素点击无效

新增元素click写法:

$(document).on('click', '.new_div', function () {
  // 执行
})