CoryKelly
12/13/2018 - 4:01 PM

existence

if ( $('#haven').length > 0 ) {
	// do stuff here
} else {
	console.log( 'wtf, why??' );
}