[jQuery] Re: scope issues in safari

2008-11-26 Thread Jeffrey Kretz
Can you post a test case url showing this issue? JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thesubtledoctor Sent: Wednesday, November 26, 2008 11:37 AM To: jQuery (English) Subject: [jQuery] Re: scope issues in safari Thanks alot for

[jQuery] Re: scope issues in safari

2008-11-26 Thread thesubtledoctor
Thanks alot for the suggestion. It didn't work though. I'm at a loss. Is this a jQuery bug, or am I doing something wrong? On Nov 25, 3:53 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > You could try this: > >     jQuery('div.clause').each(function(){ >       var width = 0; >       var wo

[jQuery] Re: scope issues in safari

2008-11-25 Thread Jeffrey Kretz
You could try this: jQuery('div.clause').each(function(){ var width = 0; var words = jQuery(this).children('div.word'); for (var i=0;imailto:[EMAIL PROTECTED] On Behalf Of thesubtledoctor Sent: Tuesday, November 25, 2008 10:44 AM To: jQuery (English) Subject: [jQuery] scope