How would you if an element with particular id exists on the page?
$('#element').length == 0; // no element found
Because every semi-colon is important ;)
Please shower your <3 by making +1s and subscribing via email
$('#element').length == 0; // no element found