I should have said that was untested code.
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Glen Lipka
Sent: Tuesday, September 18, 2007 7:13 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Selecting relative or absolute positioned elements
Andy, I
Aha! Got it.
I changed the file name to
http://www.commadot.com/jquery/selectorFilterCSS.php
Works perfectly now. Thank you.
Glen
On 9/18/07, Erik Beeson <[EMAIL PROTECTED]> wrote:
>
>
> JavaScript, where newlines will get converted to statement breaks
> automatically!
>
> So:
> return
> "foo"
JavaScript, where newlines will get converted to statement breaks automatically!
So:
return
"foo";
Is actually being processed as:
return;
"foo";
See the problem yet? :) The problem is your formatting, not the code.
--Erik
On 9/18/07, Glen Lipka <[EMAIL PROTECTED]> wrote:
> Still doesn't wor
Still doesn't work. :(
http://www.commadot.com/jquery/selectorNot.php
Glen
On 9/18/07, Erik Beeson <[EMAIL PROTECTED]> wrote:
>
>
> > Andy, I can't seem to get this code below to work.
> > http://www.commadot.com/jquery/selectorNot.php
>
> You want:
>
> $('#container').children().filter(functi
> Andy, I can't seem to get this code below to work.
> http://www.commadot.com/jquery/selectorNot.php
You want:
$('#container').children().filter(function() {return
$(this).css('position') == 'relative';})...;
That $('div', this) that you're doing is looking for divs that are
children of your
;div", this).css('position') == 'relative';
> })
>
> --
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Geoffrey Knutzen
> *Sent:* Tuesday, September 18, 2007 3:32 PM
> *To:* jquery-en@google
t;
> > $('#test').children().filter(function(index) {
> > return $("div", this).css('position') == 'relative';
> > })
> >
> > --
> > *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> > B
to:[EMAIL PROTECTED] *On
> Behalf Of *Geoffrey Knutzen
> *Sent:* Tuesday, September 18, 2007 3:32 PM
> *To:* jquery-en@googlegroups.com
> *Subject:* [jQuery] RE: Selecting relative or absolute positioned elements
>
> -Bump-
>
>
>
> Anyone have any ideas?
>
>
>
>
> ---
September 18, 2007 3:32 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] RE: Selecting relative or absolute positioned elements
-Bump-
Anyone have any ideas?
_
From: Geoffrey Knutzen [mailto:[EMAIL PROTECTED]
Sent: Friday, September 14, 2007 3:24 PM
To: 'jquery-en@goo
-Bump-
Anyone have any ideas?
_
From: Geoffrey Knutzen [mailto:[EMAIL PROTECTED]
Sent: Friday, September 14, 2007 3:24 PM
To: 'jquery-en@googlegroups.com'
Subject: Selecting relative or absolute positioned elements
Inside a given div, say of id #test, how do I select all e
10 matches
Mail list logo