Vérifiez si l'élément s'affiche

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