how to know if a div with specific id exists using jquery
This question already has an answer here:
只是
if ($('#myId').length) {
// div exists
}
链接地址: http://www.djcxy.com/p/14680.html
上一篇: 我如何检查append元素是否已经存在?