Check if Element Exists | CSS-Tricks

PHOTO EMBED

Wed Jun 03 2020 07:31:02 GMT+0000 (Coordinated Universal Time)

Saved by @Amna #jquery

if ($('#myElement').length > 0) { 
    // it exists 
}
content_copyCOPY

https://css-tricks.com/snippets/jquery/check-if-element-exists/