I have an autocomplete field which I would like to augment by providing a drop down for categories as well, in the hopes that this makes it even easier to search on. This would take the category id from the drop down and then pass this in along with the search text to my server side Autocomplete Function.
I am using the jQuery autocomplete plugin found here:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
The demo page is here:
http://jquery.bassistance.de/autocomplete/demo/
Perhaps this is already explained in the demo somehow, but I'm just not seeing it. I am able to get the data out from JSON and split it into multiple fields.
It doesn't matter much, but I am using ASP.NET MVC as well.