

$( function() {


$("#locvienne").jHelperTip({
		trigger: "hover",
		source: "ajax",
		type: "GET", 
		url: 'templates/desnations/villes/vienne.html',
		loadingImg: 'media/img/ajaxLoader.gif',
		loadingText: 'je recherche...',
		autoClose: true, 
		opacity: 0.9
	});	
	
	$("#locsm").jHelperTip({
		trigger: "hover",
		source: "ajax",
		type: "GET", 
		url: 'templates/desnations/villes/seinemarne.html',
		loadingImg: 'media/img/ajaxLoader.gif',
		loadingText: 'je recherche...',
		autoClose: false, 
		opacity: 0.9
	});	
	
	$("#locmarne").jHelperTip({
		trigger: "hover",
		source: "ajax",
		type: "GET", 
		url: 'templates/desnations/villes/marne.html',
		loadingImg: 'media/img/ajaxLoader.gif',
		loadingText: 'je recherche...',
		autoClose: false, 
		opacity: 0.9
	});	
	
	$("#locseinestdenis").jHelperTip({
		trigger: "hover",
		source: "ajax",
		type: "GET", 
		url: 'templates/desnations/villes/seinestdenis.html',
		loadingImg: 'media/img/ajaxLoader.gif',
		loadingText: 'je recherche...',
		autoClose: false, 
		opacity: 0.9
	});	
	$("#locrp").jHelperTip({
		trigger: "hover",
		source: "ajax",
		type: "GET", 
		url: 'templates/desnations/villes/locrp.html',
		loadingImg: 'media/img/ajaxLoader.gif',
		loadingText: 'je recherche...',
		autoClose: false, 
		opacity: 0.9
	});
	
	
	$("#ajouterliste").jHelperTip({
		trigger: "hover",
		source: "ajax",
		type: "GET", 
		url: 'templates/desnations/villes/ajoutliste.html',
		loadingImg: 'media/img/ajaxLoader.gif',
		loadingText: '...',
		autoClose: false, 
		opacity: 0.9
	});
	
});	

 