Re: [jQuery] XPath query whoas/bugs?

2006-10-15 Thread Stephen Woodbridge
John Resig wrote: Jörn - #164 is not yet resolved, see my latest comment there. http://jquery.com/dev/bugs/bug/164/ IE reacts really weird when using getAttribute on an XML element. Looks like we need some more workarounds. That code has already been changed in SVN. Please make sure that

Re: [jQuery] XPath query whoas/bugs?

2006-10-15 Thread Stephen Woodbridge
John Resig wrote: Just grabbed svn and $(document).ready(function(){alert(hello)}); does not fire on IE. Sorry about that, it's now fixed in SVN rev 442. NP, thanks for the updates. OK, this is good in FF, in IE6 no errors, but returns a '' for the xpath queries instead of the correct

Re: [jQuery] XPath query whoas/bugs?

2006-10-14 Thread Stephen Woodbridge
still not entirely sure /why/ this happens - but it does. Here's the ticket for it: http://jquery.com/dev/bugs/bug/281/ Does changing this fix the problems that you were having related to bug #164? --John On 10/14/06, Stephen Woodbridge [EMAIL PROTECTED] wrote: Hi all, I am trying

[jQuery] Bug 164 Issues was: Re: I have a problem with XPATH on IE6 with ajax response jQuery 1.0.2

2006-10-13 Thread Stephen Woodbridge
: http://jquery.com/dev/bugs/bug/164/ But since it's so nasty, it'll probably be soon. --John On 10/11/06, Stephen Woodbridge [EMAIL PROTECTED] wrote: I have done some additional testing and it looks like the xpath attribute selectors are broken for IE6 in jQuery 1.0.2 alert($(//feature, xml

Re: [jQuery] Best way for storing user preferences?

2006-10-11 Thread Stephen Woodbridge
Raffael Luthiger wrote: Thanks Gilles, Mark and Luke! I was thinking about the cookie as well. But the problem I see here that a cookie can have in the maximum the size of 4k. It's not that I would reach the limit now, but I don't want to run into strange problems as soon as the

Re: [jQuery] Question on jQuery 1.0.2

2006-10-10 Thread Stephen Woodbridge
, 2006 8:24 AM To: jQuery Discussion. Subject: Re: [jQuery] Question on jQuery 1.0.2 I would also like to know what the 2 is for. I didn't know getAttribute() could take a second param. -- Brandon Aaron On 10/9/06, Stephen Woodbridge [EMAIL PROTECTED] wrote: Hi all, I was testing

[jQuery] I have a problem with XPATH on IE6 with ajax response jQuery 1.0.2

2006-10-10 Thread Stephen Woodbridge
OK, I am obviously missing something here. My code works on FF 1.0.5, Opera 8.5.4 and 9.0.2 but is throwing an error in IE6. I have located the line generating the error (no thanks to the IE error message line that is really bogus): http://imaptools.com:8081/maps/demo.html just double click

Re: [jQuery] I have a problem with XPATH on IE6 with ajax response jQuery 1.0.2

2006-10-10 Thread Stephen Woodbridge
into a separate page so it is more readable. -Steve Stephen Woodbridge wrote: OK, I am obviously missing something here. My code works on FF 1.0.5, Opera 8.5.4 and 9.0.2 but is throwing an error in IE6. I have located the line generating the error (no thanks to the IE error message line that is really

Re: [jQuery] jquery update causes js error

2006-10-09 Thread Stephen Woodbridge
of the loop. This is all a little new to me and I'm still learning. jQuery rocks and so does this list. I've learned a lot in one day of lurking on the list. Thanks again, -Steve Michael Geary wrote: From: Stephen Woodbridge [EMAIL PROTECTED] http://imaptools.com:8081/maps/demo2.html From

Re: [jQuery] String concatenation optimization

2006-10-09 Thread Stephen Woodbridge
Tombo wrote: i like to mess around with javascript optimization lately. i wrote this little page to show the different speeds of string concatenation code. i tested in firefox and IE7. just looking for any feedback or suggestions. thx http://www21.brinkster.com/tomhere/test/test36.htm

Re: [jQuery] jQuery 1.0.2

2006-10-09 Thread Stephen Woodbridge
Thanks John, Jorn et al for this new release. And thanks to those on the list that helped me debug the problems I had upgrading. I love this group! -Steve John Resig wrote: Hi Everyone - jQuery 1.0.2 is now ready for consumption! This release is a huge bug fix release - and it is highly

[jQuery] Question on jQuery 1.0.2

2006-10-09 Thread Stephen Woodbridge
Hi all, I was testing and found some very strange behavior in IE6 and Opera 9 but works fine on FF 1.0.5. It looks like the problem is pointing to: line: 704 return elem.getAttribute( name, 2 ); in this block of code: ... } else if ( elem.getAttribute != undefined ) { alert(name + =

Re: [jQuery] jquery update causes js error

2006-10-08 Thread Stephen Woodbridge
with the debugger in FF either. Thanks, -Steve Stephen Woodbridge wrote: Hi all, New to jquery and list, but I looked through the archives and didn't see anything that help. I have a page that is working under jquery.js /* Built Fri May 12 13:01:23 2006 */ * $Rev: 29 $ but I upgraded

Re: [jQuery] Ajax login

2006-10-08 Thread Stephen Woodbridge
You are getting a js error. You have too many: '});' for the opens, because you have one at the end of the success: line. -Steve TJ wrote: I added the login, sorry about that When I execute I get the vars in the address bar

[jQuery] jquery update causes js error

2006-10-07 Thread Stephen Woodbridge
Hi all, New to jquery and list, but I looked through the archives and didn't see anything that help. I have a page that is working under jquery.js /* Built Fri May 12 13:01:23 2006 */ * $Rev: 29 $ but I upgraded to jquery-latest.js and todays jquery-svn.js and both of these give me an error

<    1   2