Hi, Your jQuery examples really good thanks.
However I have a couple of questions: 1. Can you advise which part of the code I need to extend so that the auto complete code does not call on the first page load. The field I am using it for needs some information text to appear when the page first loads however the auto complete code is clearing this initial prompt code. 2. My auto complete items are in the format of Town, Area however I need the auto complete to ignore the comma(,). Currently to filter the auto complete list to show for example MyTown, MyArea I have to type MyTown, M. I want to instead type MyTown M. Can you please give guidance for the sections of either jQuery or jquery.autocomplete that I need to ammend. Thanks for your help regards Andrew