var old_func = newObj.onclick; newObj.onclick = function(){ //здесь что-то выполняется if(old_func)old_func(); }