$(document).ready(function(){
	$("input").focus(function(){
		$(this).select();
	});
});