You have some oddly mismatched quotes, but otherwise, yes, that works.
Here's a test done in firebug on jquery.com:

>>> $('[EMAIL PROTECTED]:][href*=book]').each(function() { console.log(this.href
);});
http://www.packtpub.com/jQuery/book/mid/1004077zztq0
http://www.packtpub.com/jQuery/book/mid/1004077zztq0

Hope it helps.

--Erik


On 2/25/08, Smith, Allex <[EMAIL PROTECTED]> wrote:
>
>  Correct me if I am wrong...
>
> This selector should:
> [EMAIL PROTECTED] <[EMAIL PROTECTED]>:"[EMAIL PROTECTED]"
> somedomain.com]
>
> only select
>
> links that start with "mailto:"; and contain "somedomain.com"
>
> Correct?
>
> Allex
>

Reply via email to