Überprüfen Sie, ob ein Element angezeigt wird. JsavaScript

if ($('#element').length) {
	//Check if element exists
}
Armandres