/ Published in: JavaScript
Expand |
Embed | Plain Text
if($('id_of_element') != undefined) { console.log('Object exists.'); }
You need to login to post a comment.
if($('id_of_element') != undefined) { console.log('Object exists.'); }
You need to login to post a comment.