I figured it wouldn't be that simple....
In that case use the .filter method, and make sure it returns a boolean
whether you want to select that element or not.
so something like:
$$('simpleSelectorThatDoesWorkIn1.1').filter(function(el){
return el.hasClass('first') && !el.hasClass('notThisOne') ... ;
});
On Mon, Feb 14, 2011 at 11:34 AM, el3ment <[email protected]> wrote:
> > Upgrade to Joomla 1.6, it has MooTools 1.3, so you can use the awesome
> Slick
> > selector engine :)
>
> It's not as simple as that because of the modules, plugins and so
> on... but i will try to upgrade mootools.
> i hope my other plugins and scripts who using mootools will also run
> with the newer version!?
>