Best way to remove an event handler in jQuery?

前端 未结 20 2182
庸人自扰
庸人自扰 2020-11-21 11:38

I have an input type=\"image\". This acts like the cell notes in Microsoft Excel. If someone enters a number into the text box that this input-image

20条回答
  •  南笙
    南笙 (楼主)
    2020-11-21 11:41

    This also works fine .Simple and easy.see http://jsfiddle.net/uZc8w/570/

    $('#myimage').removeAttr("click");
    

提交回复
热议问题