[jQuery] JQuery Autocomplete strange behaviour
Hi!
Kindly visit following link:
http://vibersol.com/sitesdemo/shipping/admin/addquotation.php
Then add form fields dynamically [by clicking GREEN icon]. And fill
these fields.
Iam seeing strange problem. When I click in 'MAKE' textbox, JQuery
autocomplete works fine and gets values from PHP file. But when I get
focus of this field by using 'TAB' on keyboard, JQuery autocomplete
doesn't work.
What Iam doing wrong in my code ?
Thanks in advance