Проверьте, отображается ли элемент

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