Works great, thanks for the help.

One question: what's happening with .test()?  The filter function returns
the value from test() even though test() isn't defined?  I'd like to read up
on this, but don't really know what to look for in the docs.

Adam



Jörn Zaefferer wrote:
> 
> Something like this:
> $("[EMAIL PROTECTED]:not(.thickbox)").filter(function() {
>     return !/thissite.net|othersites.org|moresites/.test(this.href);
> }).doIt();
> 
> You could omit the filtering in the selector and put it all into the 
> filter funciton.
> 
> -- 
> Jörn Zaefferer
> 
> http://bassistance.de
> 
> 

-- 
View this message in context: 
http://www.nabble.com/A-little-help-with-a-1.0-to-1.1-conversion-tf3015403.html#a8428154
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to