Home
About
Applist
jq新添加元素点击无效
发布于 2022-03-30
新增元素click写法:
$
(
document
).
on
(
'
click
'
,
'
.new_div
'
,
function
()
{
// 执行
})