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)

Reply via email to