Hi all :) I've started with Slick and MooTools 1.3 just today and here the first question.
With the 1.2, I used to do:
$("myparent").getElement("a[text=XXX]");
and now with 1.3, I'm trying this:
document.id("myparent").getElement("a[^XXX$]");
but sometimes I'm not getting the right one.
is this the right syntax?
Thanks,
Andrea
