[jQuery] How to get and send AutoComplete input field value
Hi!
Kindly visit following link:
http://vibersol.com/sitesdemo/shipping/admin/addquotation.php
There you can see 'MAKE' and 'MODEL' columns. I have placed
autocomplete on these columns.
I want to make 'MODEL' column's autocomplete should be dependent on
value of 'MAKE' column.
I want 'TYPE' value should be dependent on 'MODEL' value. In simple
'MAKE' -> 'MODEL' -> 'TYPE'
How it would be possible.
NOTE: This should also be on all dynamically added rows in this table
block.
What and where Iam going wrong, and what should I do to rectify it.
Thanks in advance