Home  >  Article  >  Web Front-end  >  Example code for jquery to detect whether an element exists_javascript skills

Example code for jquery to detect whether an element exists_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:14:06854browse

if ($('#myDiv).length) { 
    // your code 
}

 Simple, but not obvious.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn