if($('#DIVID').length){ /*DIV isDefined()*/}Was thinking of putting this in a jQuery plugin like isDefind() put then its not worth the extra code I think :)
Trying to find if a DIV is present on a page with jQuery
Leave a note.