forked from viennet/Referentiels
recherche sensible à la case
This commit is contained in:
parent
1caf2f0977
commit
555fedef2a
@ -66,7 +66,7 @@
|
||||
// pages web possibles en fonction de ce que entre l'utilisateur
|
||||
// ex: "R101" -> ./HTML/R101.html
|
||||
$("#rechercher").keyup(function(e) {
|
||||
if(e.keyCode == 13) {location.href = $(this).val() + ".html"}
|
||||
if(e.keyCode == 13) {location.href = $(this).val().toUpperCase() + ".html"}
|
||||
});
|
||||
});
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user