Горизонтальный скролл на Mootools1.1
Драсти..
start
document.addEvent('mousemove', this.drag.bind(this));
document.addEvent('mouseup', this.end.bind(this));
this.scrollbar.addEvent('mouseup', this.end.bind(this));
end
document.removeEvent('mousemove', this.drag.bind(this));
document.removeEvent('mouseup', this.end.bind(this));
this.scrollbar.removeEvent('mouseup', this.end.bind(this));
почему не удаляет mousemove? Не пойму.. капец..
thnx..
|