[jQuery] autocomplete question

2009-10-07 Thread Bjarki
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,

[jQuery] Autocomplete Question

2009-05-30 Thread Marc
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

[jQuery] Autocomplete Question

2009-04-24 Thread pjecty
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

[jQuery] Autocomplete Question

2007-04-05 Thread [EMAIL PROTECTED]
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