Subversion Repositories eFlore/Applications.cel

Rev

Rev 1524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1524 Rev 1529
Line 144... Line 144...
144
	$("#carte-recherche").on('mouseup', function(event) {// Pour Safari...
144
	$("#carte-recherche").on('mouseup', function(event) {// Pour Safari...
145
		event.preventDefault();
145
		event.preventDefault();
146
	});
146
	});
Line 147... Line 147...
147
	
147
	
148
	$("#carte-recherche").keypress(function(e) {
148
	$("#carte-recherche").keypress(function(e) {
149
	    if(e.which == 13) {
149
		if (e.which == 13) {
150
	    	event.preventDefault();
150
			e.preventDefault();
151
	    }
151
		}
Line 152... Line 152...
152
	});
152
	});
153
	
153
	
154
	$("#carte-recherche").autocomplete({
154
	$("#carte-recherche").autocomplete({