/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if ($("#mydiv").length > 0){ // do something here }
URL: http://www.aaronrussell.co.uk/blog/check-if-an-element-exists-using-jquery/