|
|
От: |
Mamut
|
http://dmitriid.com |
| Дата: | 30.08.07 09:17 | ||
| Оценка: | |||
link.href = "#";
var listener = function(e){
e.cancelBubble = true;
if (e.stopPropagation) e.stopPropagation();
};
link.addEventListener('click', listener, false);