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

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