Revision: 31798
Updated Code
at September 13, 2010 20:32 by dmistriotis
Updated Code
if($('id_of_element') != undefined) { console.log('Object exists.'); }
Revision: 31797
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 13, 2010 20:31 by dmistriotis
Initial Code
if($('id_of_element') != undefined) { alert('Object exists.'); }
Initial URL
http://www.richardcastera.com/2010/02/24/prototype-js-determine-if-an-object-exists-in-the-page-loaded/
Initial Description
Initial Title
prototype check if element exists
Initial Tags
DOM
Initial Language
JavaScript