[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

[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
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

[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: script language=text/javascript to script type=text/javascript and then your autocompleter started working. This is still so strange, because Dan's worked with script

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

2007-07-13 Thread AtlantaGeek
Would the whole page HTML help? html head meta http-equiv=Content-Type content=text/html; charset=windows-1252 title/title script type=text/javascript src=jquery-1.1.2.pack.js/script script type='text/javascript' src='jquery.bgiframe.min.js'/script script type='text/javascript'

[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 Firebug

[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-12 Thread AtlantaGeek
It's always something. I am trying to get your version up and running, but I keep getting an object expected error in IE 7 when it hits document.ready. The code is below. I have, of course, a texbox on the page defined like so: input type=text name=txtItem id=txtItem size=15

[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: script language=text/javascript instead of: script language=javascript yet it was just javascript for quite awhile now and I was not getting this error. Not sure why

[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: script language=text/javascript That should by script text=text/javascript. I wouldn't rely on anything else. If you post a test page with your

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

2007-07-11 Thread AtlantaGeek
The guy that originally put me on to Dan's AutoCompleter later said he should have referred me to the one you refer me to, however I need something that works for a production app, not something that is somewhat stable. No offense, but an alpha version is not something I want to use in this web

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

2007-07-11 Thread AtlantaGeek
I still think some of my posts are getting massively delayed (actually, I know this is happening) or canned completely . . . At present, I don't have the luxury of playing around, so I was wondering what is the most stable version that has been posted. Your original version seems to be working

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

2007-07-11 Thread Jörn Zaefferer
AtlantaGeek wrote: The guy that originally put me on to Dan's AutoCompleter later said he should have referred me to the one you refer me to, however I need something that works for a production app, not something that is somewhat stable. No offense, but an alpha version is not something I

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

2007-07-11 Thread AtlantaGeek
Ok, Jörn, thanks for that info. I think I will try it out. I don't plan on doing the things you mention, AFAIK, so perhaps it will work out for me. On Jul 11, 5:46 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: AtlantaGeek wrote: The guy that originally put me on to Dan's AutoCompleter later

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

2007-07-10 Thread Dan G. Switzer, II
Now if I could only make sense of that page. g So you wrote that mod to the original AutoCompleter by Dylan V and now you and this other guy Joern are working on it? Sorry, just trying to understand who's who. What should I download from that page? Not that the who's who really matters that

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

2007-07-10 Thread Dylan Verheul
Just my $0.02: I'd recommend going with Jörn's rewrite, UNLESS you need the mustMatch option which doesn't yet work in his version. Jörn's version is much more likely to be updated than mine and (I assume) Dan's, and Jörn did a more than excellent job. I'm switching jobs on August 1, and my new

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

2007-07-10 Thread Dan G. Switzer, II
Just my $0.02: I'd recommend going with Jörn's rewrite, UNLESS you need the mustMatch option which doesn't yet work in his version. Jörn's version is much more likely to be updated than mine and (I assume) Dan's, and Jörn did a more than excellent job. As I alluded to in my message, I've stopped

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

2007-07-10 Thread Jörn Zaefferer
AtlantaGeek wrote: Now if I could only make sense of that page. g So you wrote that mod to the original AutoCompleter by Dylan V and now you and this other guy Joern are working on it? Sorry, just trying to understand who's who. What should I download from that page? A somewhat stable

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

2007-07-09 Thread Dan G. Switzer, II
One other thing: If the user does not actually select an item from the list and, instead, just tabs out of the field - perhaps because the item that was put into the textbox via the quick-fill was the one he wanted - then the code to populate other fields does not fire. How can I get that code

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

2007-07-09 Thread AtlantaGeek
Now if I could only make sense of that page. g So you wrote that mod to the original AutoCompleter by Dylan V and now you and this other guy Joern are working on it? Sorry, just trying to understand who's who. What should I download from that page? On Jul 9, 8:49 am, Dan G. Switzer, II

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

2007-07-08 Thread AtlantaGeek
$('#CustNo').val() is not working. How can I get the CustNo value set dynamically to the value in a hidden field? On Jul 6, 10:46 pm, AtlantaGeek [EMAIL PROTECTED] wrote: Thanks. Can I get that customer number from the hidden field, though? I'll try $('#CustNo').val() but if that doesn't

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

2007-07-08 Thread Dylan Verheul
You can insert it directly (serverside, so PHP, CF, whatever floats your boat) into the script. Use the extraParams option. On 7/8/07, AtlantaGeek [EMAIL PROTECTED] wrote: $('#CustNo').val() is not working. How can I get the CustNo value set dynamically to the value in a hidden field? On

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

2007-07-08 Thread AtlantaGeek
Thanks, but before I go into my reply, I wanted to say that I'd posted hours earlier and it did not show up. I got the your post was successful message, but it's simply not here. Have you had this happen? I will try your suggestion. I'm not sure exactly where to put it, but I'll experiment.

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

2007-07-08 Thread AtlantaGeek
Well, I was thinking of a server side solution, but just thought that there was a way to do it on the client side and wanted to understand that. Just to be clear, are you saying that's not an option and it must be server side? Also, if you have a chance to address my JQuery - CrossBrowser? -

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

2007-07-07 Thread AtlantaGeek
Thanks. Can I get that customer number from the hidden field, though? I'll try $('#CustNo').val() but if that doesn't work, I'd be at a loss . . .

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

2007-07-06 Thread Dan G. Switzer, II
input type=hidden id=CustNo name=CustNo value=791823 The AutoComplete section of the JavaScript is: $(document).ready(function() { $(#txtItem).autocomplete(itemquery.abc?CustNo=+$ ('#CustNo').val(), { delay:10, minChars:2,