/*
 * Created: Samuel
 * Used: page /comment-choisir
 * 
 */

$(document).ready(function ()
{
	
	//Menu
	var path = location.pathname;
	var pathExploded = path.split('/');
	var menuTitre = pathExploded[1];
	if (menuTitre == "comment_choisir"){
		$('#navigation2 a[href$="/deshydrateur"]').addClass('active');	
	}
	
	$('#commentchoisir').FormValidate({
		phpFile:"display_search.php",
		ajax:true,
		validCheck: false,
		resultId: 'resultats'
	});
});
