//disable enter keyjQuery(document).keypress(function(e){	if(e.keyCode == 13)		return false;});