Saturday, May 30, 2009

[jQuery] Advanced Syntax Questions

I'm still trying to get the hang of the syntax. For example, if I
want to select the first anchor tag on the page whose href begins with
"css", this doesn't work:

(a[href^=css](a:first))

What's the right way to do this?

Thanks!

No comments: