I have a silly question...

I am using extraParams to pass additional field values via the URL

       $("#findHighSchool").autocomplete("autocomplete_ajax.cfm", {
               width: 260,
               selectFirst: false,
               extraParams:{ STATE:function() { return $("#STATE").val
();}
               }
       });

This works correctly. I need to pass a CITY field as well as STATE.
How do I configure the second extra parameter? All the syntax I've
tried fails to work.

Do you use multiple extraParams lines or pass both params on the one
line?

Any help greatly appreciated.

Reply via email to