jQuery.fn.exists = function(){ return this.length > 0; } if ( $('selector').exists() ) { // Do something }