
$(document).ready(function() {
	jQuery.fn.exists = function() {
		return ( this.is('*') );
	}
});