[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread AtlantaGeek
Ok, found the problem: Jörn has main.css and jquery.autocomplete.css in use on his demo page. I was thinking any autocompleter-related CSS would be in jquery.autocomplete.css, but it appears that's not the case. I had removed main.css, but when I put it back in, the error went away. Mousing wor

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread AtlantaGeek
Another thing, I did also notice that I can mouse on and off the first item with no problem, but when I move to the second item I get the error. On Jul 18, 10:09 am, Jeff Fleitz <[EMAIL PROTECTED]> wrote: > I am in the same boat (don't have the luxury of playing around). > Jörn's version has been

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread AtlantaGeek
Yes, but look at Jörn's demo site (http://jquery.bassistance.de/ autocomplete/) and you'll see that this error does not occur. It's got to work with the mouse or it is unusable for me. Unfortunately, no one has chimed in with a solution and I'm so new to JQuery that I don't think I can solve thi

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread Jeff Fleitz
I am in the same boat (don't have the luxury of playing around). Jörn's version has been pretty stable, with the exception of the issues documented. The one problem I have is similar to yours, in that IE6 generates an error when mousing over.the selection list. Unfortuanely, at least 90% of the us

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-13 Thread Jörn Zaefferer
AtlantaGeek wrote: "text", not "language"? Oops, sorry, of course I meant "type". -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-13 Thread AtlantaGeek
Ok, nevermind, hold off. When I got some of the other issues fixed and turned back to this, I did change:

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-13 Thread AtlantaGeek
"text", not "language"? I have been having weird problems today. One is that Firebug shows the CSS as the CSS that I was using with Dan's version of the control. Yet, I have replaced that. I have cleared the cache, all temp internet files, I have done a full hard drive search, yet still Firebu

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-13 Thread AtlantaGeek
Would the whole page HTML help? $(document).ready(function() { $("#txtItem").autocomplete("itemquery.acm", { delay: 150, width: 400, formatItem: formatItem, formatResult: formatResult, selectFirst: false }); $("#txtItem").result(function(event, data, formatted) { $(this).find("..+/i

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-12 Thread Jörn Zaefferer
AtlantaGeek wrote: Fixed that "object expected" error. It seems JQuery (or your autocompleter) was sensitive to the SCRIPT tag. Had to make it:

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-12 Thread AtlantaGeek
Fixed that "object expected" error. It seems JQuery (or your autocompleter) was sensitive to the SCRIPT tag. Had to make it: instead of: