(function($) {
	$.extend($.expr[':'], {
		'focused': function(el) { 
			return el === document.activeElement; 
		}
	});
}(jQuery));
