Posts from the ‘Motools’ Category

  • Mootools

    Mootools HtmlTable.Sort Problem

    September 2nd, 2010 | Motools | Anas | No Comments

    | is undefined Trying the below code you might have got an error “| is undefined”. var mytable = new HtmlTable($(‘tableid’)); mytable.enableSort(); This happens because the HtmlTable.Select conflicts with HtmlTable.Sort, ie. HtmlTable.Select overrides HtmlTable.Sort. So when you download mootools more deselect HtmlTable.Select HtmlTable.Sort not working when firebug closed Now you might have got things working, [...]

    Read More