function a() { element.onclick = function() { b(); } } function b() { element.onclick = function() { //переопределение } } a();