On 13 Feb, 10:59, Michael <[EMAIL PROTECTED]> wrote:
> *Bump*
hi :)
the problem is you just want to select the first anchor?
$('a:first')
or just the one that has the title ChangheCSS?
$('a[title="ChangeCSS"]')
and so on... don't know if this helps...

