Re: [jQuery] the pitfalls of jquery

2007-03-16 Thread Chris Ovenden
;-) That said, if your restriction is purely ideological, I'd say go with the renaming thing. Chris -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] jQuery In The Wild: marmot.com

2007-03-15 Thread Chris Ovenden
at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery mailing list

Re: [jQuery] jQuery 1.1.2

2007-03-02 Thread Chris Ovenden
://www.jackslocum.com/blog/2006/10/02/3-easy-steps-to-avoid-javascript-memory-leaks/ Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world

Re: [jQuery] jQuery 1.1.2

2007-03-01 Thread Chris Ovenden
mailing list discuss@jquery.com http://jquery.com/discuss/ -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jqModal r7 release!

2007-02-23 Thread Chris Ovenden
. -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] History Plugin API

2007-02-21 Thread Chris Ovenden
Hi All I have searched Google and my archives of this list, and can't find an API for the history plugin. Is there one, somewhere? Thanks! Chris -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery

Re: [jQuery] History Plugin API

2007-02-21 Thread Chris Ovenden
On 2/21/07, Klaus Hartl [EMAIL PROTECTED] wrote: Chris Ovenden schrieb: Hi All I have searched Google and my archives of this list, and can't find an API for the history plugin. Is there one, somewhere? Thanks! Chris Chris, you'll find the documentation inline. http://dev.jquery.com

Re: [jQuery] jQuery and Rails

2007-02-21 Thread Chris Ovenden
we haven't found a nice way to share javascript resources across projects. Looking forward to seeing your first release! -- Chris Ovenden http://frontend.blogsome.com Imagine all the people / Sharing all the world ___ jQuery mailing list discuss

Re: [jQuery] How to get the ID of the parent node?

2007-02-21 Thread Chris Ovenden
, the API for attributes has changed in jQuery 1.0.3+ and shortcuts like .id() no longer work -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery and OOP

2006-10-24 Thread Chris Ovenden
() { oThis.count(); } ); this.button = $('#btnCounter'); this.nr = 0; } But this is quite ugly :(. Is there a nicer way to achieve this? Thx ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Chris Ovenden

Re: [jQuery] Window Dialogues

2006-10-24 Thread Chris Ovenden
/ -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world

[jQuery] IE7 .ready() bug was Re: Possible IE7 fadeOut bug

2006-10-23 Thread Chris Ovenden
any light on the matter. I will try to construct a minimal test case. Chris On 10/20/06, Brandon Aaron [EMAIL PROTECTED] wrote: A link would be most helpful in trying to find a solution. Would it be possible to post a link? -- Brandon Aaron On 10/20/06, Chris Ovenden [EMAIL PROTECTED

Re: [jQuery] Possible IE7 fadeOut bug

2006-10-20 Thread Chris Ovenden
I forgot to say that if you uncomment the alert, it gives undefined in IE7. On 10/20/06, Chris Ovenden [EMAIL PROTECTED] wrote: Hi I have a problem where fadeOut is undefined in IE7 (final), but working fine in Firefox (2.0RC3). The relevant code is: //alert(this.clickBlock.fadeOut

Re: [jQuery] Possible IE7 fadeOut bug

2006-10-20 Thread Chris Ovenden
On 10/20/06, Chris Ovenden [EMAIL PROTECTED] wrote: I forgot to say that if you uncomment the alert, it gives undefined in IE7. alert should read alert(clickBlock.fadeOut); // no 'this' On 10/20/06, Chris Ovenden [EMAIL PROTECTED] wrote: Hi I have a problem where fadeOut is undefined

Re: [jQuery] Possible IE7 fadeOut bug

2006-10-20 Thread Chris Ovenden
(clickBlock.css) and alert(clickBlock.animate)? Thanks -- Brandon Aaron On 10/20/06, Chris Ovenden [EMAIL PROTECTED] wrote: On 10/20/06, Chris Ovenden [EMAIL PROTECTED] wrote: I forgot to say that if you uncomment the alert, it gives undefined in IE7. alert should read alert

Re: [jQuery] So I guess Ajax is the end of the web

2006-09-06 Thread Chris Ovenden
library could be rewritten to accommodate it so that all our $(...) statements work as before. -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] Event Model Madness

2006-09-04 Thread Chris Ovenden
of wmode=transparent. But be warned, both of these are slightly buggy - in particular check that any clickable areas are still where you expect them to be after scrolling the page in firefox 1.x -- Chris Ovenden http://thepeer.blogspot.com Imagine all the people / Sharing all the world