$(document).ready(function(){

	$("#theInput input").click(function() {
		$(this).val("");
	    });
	    });
