This is my first jsfiddle. I didn't so something right, so the display isn't quite right, but that's really immaterial.
It displays correctly on my server.
This is a simple example of two dynamic drop-downs using autocomplete. I'm not much at jQuery. I just need to know how to force a search on page load. I know there is this function, but I don't know how to implement it.
$( ".selector" ).autocomplete( "search", "" );
The user may enter characters from another form, or may not. If they do, on page load I need it to implement a search if those variables have value. I have put values in the input fields for examples. The variables will be inserted via PHP.
http://jsfiddle.net/b2YTd/Thanks in advance.
(note: jsfiddle display problem mentioned above has been fixed)