Trouble with autocomplete
I'm Having trouble with Jquery autocomplete, I need to pass many variables to a php function, I need to get the value on an input Salle but it doesn't seem to work. Any ideas.
- $(document).ready(function(){
-
- $('input.typeahead3').typeahead({
- name: 'President',
- remote:'conf/Jury_auto.php?key=%QUERY&Projet=' + $('#Salle').val() ,
- limit : 10
- });
- });