[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-10 Thread Dan G. Switzer, II
Ok, so you da man when it comes to this AutoCompleter? I did try the page from FF and it definitely worked. Would you mind looking at the code? function findValue(li) { if( li == null ) return alert(No match!); // if coming from an AJAX call, let's use the CityId as the value

[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-10 Thread AtlantaGeek
Ok, thanks for those suggestions. I'm only starting off with JQuery. I hope to keep learning about it. At present, the syntax is very strange. On Jul 10, 8:42 am, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Ok, so you da man when it comes to this AutoCompleter? I did try the page from FF

[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-09 Thread Dan G. Switzer, II
With JQuery supposedly crossbrowser capable, I did not think the script I'm using would have any issues in Firefox. Dumb thought, perhaps. It doesn't seem to execute at all in Firefox. It's the AutoCompleter located at http://www.pengoworks.com/workshop/jquery/autocomplete.htm. It's working

[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-09 Thread Dan G. Switzer, II
The local autocomplete works fine for me (Firefox/2.0.0.4). With the ajax autocomplete...your file @ http://www.pengoworks.com/workshop/jquery/autocomplete_ajax.cfm gives an error in both FF and IE. That page won't work correctly if you call it directly from a browser w/out a q parameter:

[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-09 Thread AtlantaGeek
Ok, so you da man when it comes to this AutoCompleter? I did try the page from FF and it definitely worked. Would you mind looking at the code? function findValue(li) { if( li == null ) return alert(No match!); // if coming from an AJAX call, let's use the CityId as the value

[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-08 Thread Matt Stith
Its working fine for me in firefox. Try using firebug or just the javascript console to see if any errors are being reported. What version of firefox are you using? On 7/7/07, AtlantaGeek [EMAIL PROTECTED] wrote: With JQuery supposedly crossbrowser capable, I did not think the script I'm

[jQuery] Re: JQuery - CrossBrowser? - Script not working in Firefox

2007-07-08 Thread troycawley
The local autocomplete works fine for me (Firefox/2.0.0.4). With the ajax autocomplete...your file @ http://www.pengoworks.com/workshop/jquery/autocomplete_ajax.cfm gives an error in both FF and IE. On Jul 7, 11:04 pm, AtlantaGeek [EMAIL PROTECTED] wrote: With JQuery supposedly crossbrowser