pass other form elements to ajax suggestion box script
- by Alex Calder
I paid somebody to build me a jQuery AJAX suggestion box script a while back. It works great. Now I'm trying to learn about it enough to modify it to do something different.
Right now, the script that generates the suggestions just takes the query text and does the same check every time. Now, I want to be able to pass along additional info so…