Re: [jQuery] Operand definition?

2007-01-09 Thread Klaus Hartl
Felix Geisendörfer schrieb:
> Hey agent2026,
> 
> http://docs.jquery.com/DOM/Traversing/Selectors#Supported.2C_but_different
> 
> *= means 'contains'
> ^= means 'begins exactly with'
> $= means 'ends exactly with'

And as this is taken from CSS 2/3 selectors you may also look here for a 
complete overview:

http://www.w3.org/TR/REC-CSS2/selector.html#q10
http://www.w3.org/TR/2001/CR-css3-selectors-2003/#attribute-selectors


-- Klaus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Operand definition?

2007-01-09 Thread Erik Beeson
http://jquery.com/docs/Base/Expression/CSS/

--Erik

On 1/9/07, agent2026 <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Forgive me if this is really basic, but what's the difference between *= and
> ^=, as in [EMAIL PROTECTED]
> I thought *= was something like 'exact match', and ^= was 'contains', but
> now I'm not sure.
>
> Adam
> --
> View this message in context: 
> http://www.nabble.com/Operand-definition--tf2945284.html#a8236064
> Sent from the JQuery mailing list archive at Nabble.com.
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Operand definition?

2007-01-09 Thread Felix Geisendörfer

Hey agent2026,

http://docs.jquery.com/DOM/Traversing/Selectors#Supported.2C_but_different

*= means 'contains'
^= means 'begins exactly with'
$= means 'ends exactly with'


-- Felix Geisendörfer aka the_undefined
--
http://www.thinkingphp.org
http://www.fg-webdesign.de


agent2026 wrote:

Hi all,

Forgive me if this is really basic, but what's the difference between *= and
^=, as in [EMAIL PROTECTED]
I thought *= was something like 'exact match', and ^= was 'contains', but
now I'm not sure.

Adam
  
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Operand definition?

2007-01-09 Thread agent2026

Hi all,

Forgive me if this is really basic, but what's the difference between *= and
^=, as in [EMAIL PROTECTED]
I thought *= was something like 'exact match', and ^= was 'contains', but
now I'm not sure.

Adam
-- 
View this message in context: 
http://www.nabble.com/Operand-definition--tf2945284.html#a8236064
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/