CodeIgniter Forums
After adding jquery autocomplete, form submission needs delay??? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: After adding jquery autocomplete, form submission needs delay??? (/showthread.php?tid=27914)



After adding jquery autocomplete, form submission needs delay??? - El Forum - 02-24-2010

[eluser]sustbird[/eluser]
In a form, when i don't use jquery autocomplete, it works as expected.
But after adding jquery autocomplete, if i immediate click on save button after filling the fields, form values are not pupulated and in the controller i get null.
But after filling the fields, if i wait sometime and submit then values are populated correctly.
Can anybody help me...