How to cancel click and hover actions?

How to cancel click and hover actions?

I use the following statements:

    $("#icon09").hover(hoverYes, hoverNo);
    $("#iconimg09").click(intzorg);

where iconimg09 is part of icon09.

This works fine, but I want to retract the "hover" and "click" later on. Can anyone tell me how to do this?