Autocomplete not working

Autocomplete not working

OK it's about 10 hours of trying to get a basic Autocomplete woking and I'm feeling like about the biggest dope in the history of the internet right now.

Datasource: http://AgilityEvents.net/webservices/clubInfo.php (Try ?term=RACE to see a sample result set)

From what I 'see' using FF Web Developer Tools, nothing is happening when I enter characters in the targeted <input> ... in other words, it doesn't look to me like jQuery is doing a darned thing.

The target field is #clubName which appears as Club: on the screen.

I'm pretty confident the php script which is supposed to supply the data works properly ... I have tested that with direct access and the replies are coming out looking correct.

Could anyone take a look at this page and offer a suggestion as to what I'm doing wrong or not doing?

Eventually (once I'm out of the starting blocks) I would like to grab the club's name, id, and url from the data source script and use that to populate the two fields on screen and the 'hidden' club_id field.

Thanks for ANY assistance you can offer!

Jeff