so, great... but you probably want to know if that's possible with 1.3? Use the :contains pseudo
On Fri, Feb 11, 2011 at 6:34 PM, Neilime <[email protected]> wrote: > Hi, > > With mootools 1.2 i use Selectors.Filters.byAttribute in order to test > if an element contains a specifi text. > > Exemple > > myfunction = function(eElement,sOperator,sValue){ > > } > > Selectors.Filters.byAttribute(eCol,'text',operator,value)
