I am assuming by the source HTML of the link above that you discovered
on your own the "extraParams" option

jQuery('#'+vehmodeID).autocomplete(
     'submit/quotation.php',
     {
           cacheLength: 1,
           ,extraParams: {
                act: 'VMO',
                vehmake: jQuery('#'+ vmakeID).val()
           }
      }
);





On Feb 27, 5:17 am, Bluesapphire <michealg...@gmail.com> wrote:
> 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

Reply via email to