Verifique se o elemento é exibido

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