Sprawdź, czy element jest wyświetlany JSavascript

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