Periksa apakah elemen ditampilkan

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