問:在單擊按鈕的時(shí)候,如何實(shí)現(xiàn)兩種功能呢?
$(this).attr("disabled", "true");
$(this).unbind("click",function()).unbind("dbclick",function());
這樣只能實(shí)現(xiàn)一種功能??
謝謝!
$(this).attr("disabled", "true");
$(this).unbind("click",function()).unbind("dbclick",function());
這樣只能實(shí)現(xiàn)一種功能??
謝謝!
2014-11-13
parseInt($("#Text1").val()) - parseInt($("#Text2").val())
2014-11-12