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
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
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
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
AtlantaGeek wrote:
"text", not "language"?
Oops, sorry, of course I meant "type".
--
Jörn Zaefferer
http://bassistance.de
Ok, nevermind, hold off. When I got some of the other issues fixed
and turned back to this, I did change:
"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
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
AtlantaGeek wrote:
Fixed that "object expected" error. It seems JQuery (or your
autocompleter) was sensitive to the SCRIPT tag. Had to make it:
Fixed that "object expected" error. It seems JQuery (or your
autocompleter) was sensitive to the SCRIPT tag. Had to make it:
instead of: