I am looking at the auto-complete demo page, (
http://view.jquery.com/trunk/plugins/autocomplete/demo/ ) on the demo
of remote images.
the Javascript for that is
$("#imageSearch").autocomplete("images.php", {
width: 320,
max: 4,
highlight: false,
I am using jquery.autocomplete in a search for schools. I have
optional fields (referenced as extraParams) which allow the user to
narrow the search to a specific state and city.
This part works fine. If the user selects a state and city and then
initiates the search be entering a value into the
Is there's a way to link each seach result value in the localdata.js
to another page so that when i search for something and click it, it
goes to another page?
Thanks
For those using Dan Switzer autocomplete module based on Dylan
Verheul's plug-in, how do the db calls work once a connection is
opened with the ajax option? For instance, if I set the minChars:2 and
type in Jo, it queries all cities that start with Jo. But what happens
as I contitue to type? Is Jo
4 matches
Mail list logo