Thanks Upfront for any pointers!
Sammy
abcParsing
This function triggers always with all functions.
$("#sid_entry_box").autocomplete({source:"autocomplete_sid.php",
minLength:4,
delay:1000,
enable:false,
cacheLength:1});
The change function is too long to list but here is the first few lines ... This one triggers always with Google's Chrome, 80% of the time with Firefox, and never with IE.
$("#sid_entry_box").change() { ... very long function goes here