$(document).ready(function(){ 

	$('input.selectme').click(function() {
		this.select();
	});

}); 

