Вопрос

This page it has the following:

If we want to stop the event (e.g., prevent its default action and stop it bubbling), we can do so with the extended event object's Event#stop method:

$('foo').observe('click', function(event) {
  event.stop();
});

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
scroll top