@@ -7,6 +7,7 @@
let value = $(this).val();
let chemin = $(this).data('path');
console.log(value);
+ window.location.href = chemin + "?" + value;
})
}