Hi Bohdan,

Is there some jQuery way of doing this, or should I use the old DOM
one?

You bet, try this (or something similar):
if( $('#myElem').length > 0 )doSomething();
else return false;

~Sean

Reply via email to