[jQuery] Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
Hi, I am looking for a working example of jQuery using Ajax. I have done some work that is fully working in Firefox and Safari, but I always get the error System error: -1072896658. in IE7. I am sure I'm doing a little mistake but I can't seem to find it... :( Thanks!

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
I agree it works in IE7. The q.cfc script is outputing JavaScript. In my case, it's outputing either the word Available or Not Available. I have modified a strip-down version of my code to work similarily as the one on co-opcookbook.com script src=jquery-1.1.4.pack.js

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
for all your help on this ! I really appreciated your efforts ! 0xCAFE

[jQuery] Re: No such interface supported error in Internet Explorer

2007-09-14 Thread 0xCAFE
on this ! I really appreciated your efforts ! 0xCAFE

[jQuery] Re: No such interface supported error in Internet Explorer

2007-09-13 Thread 0xCAFE
Thanks for the information, now I know how to catch the error correctly! But, to my dismay, the error seems to be something proprietary to IE... e.name = Error e.message = System error: -1072896658. I tried also with Safari on Windows and it works. It really is only IE that gives me this

[jQuery] Re: No such interface supported error in Internet Explorer

2007-09-13 Thread 0xCAFE
using jQuery 1.1.3 (if that makes a difference), as soon as I get this code working, I will update to 1.1.4 or even 1.2. Thanks! 0xCAFE

[jQuery] Re: No such interface supported error in Internet Explorer

2007-09-13 Thread 0xCAFE
It is, it's just that I want to keep the domain name secret ;) My test script is on http://myserver:16003/path_to_file/IEAjax.html calling the http://myserver:16003/path_to_file/AJAXCheckUsername.jsp 0xCAFE

[jQuery] Re: No such interface supported error in Internet Explorer

2007-09-12 Thread 0xCAFE
Thanks for the tip, but in the present case, I have these globally defined with a var declaration. Also, I think it would not give a no such interface supported error if variables were not declared. Any other ideas ? On Sep 7, 4:00 pm, John Resig [EMAIL PROTECTED] wrote: You need to define

[jQuery] Re: No such interface supported error in Internet Explorer

2007-09-12 Thread 0xCAFE
message in IE. Thanks for your help !!! 0xCAFE

[jQuery] jQuery getElementsByName Equivalent ?

2007-09-07 Thread 0xCAFE
Is there a jQuery equivalent for getElementsByName that will return an array ? Thanks! 0xCAFE

[jQuery] N00b = jQuery getElementsByName Equivalent ?

2007-09-07 Thread 0xCAFE
I know I can use $(#elementid), but is there something that will return me an array of object like getElementsByName does ? Thanks!

[jQuery] No such interface supported error in Internet Explorer

2007-09-07 Thread 0xCAFE
Hi, I have a CheckUsername function where using Ajax and jQuery, I check if the supplied username is already in use in the database. It works fine with Firefox, but with IE, I always get this JavaScript error : No such interface supported And it always falls in the error: part of the code.

[jQuery] Re: jQuery getElementsByName Equivalent ?

2007-09-07 Thread 0xCAFE
radio buttons in order to check if one is checked. Glen Lipka answer is good, I will use the $ (input[name=customerType]). Thanks! 0xCAFE On Sep 7, 11:47 am, Michael Stuhr [EMAIL PROTECTED] wrote: 0xCAFE schrieb: Is there a jQuery equivalent for getElementsByName that will return an array