Possible Duplicate:
Is there an “exists” function for jQuery
How do I check if an element exists if the element is created by .append() method?
$('elemId').length doesn't work for me.
How do I check if an element exists if the element is created by |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
You need to put
With vanilla Javascript, you don't need the hash ( |
|||||
|
|
You could try my Snippet or Plugin, call it what you want. It's called doesExist(). Usage:
Snippet Code:
Documentation: |
|||||||||||||||||||||
|
.lengthworks just fine, see here: jsfiddle.net/yahavbr/A9zW2 if you did use#post your code and we'll see what you done wrong. – Shadow Wizard Jan 4 '11 at 13:26