2010-10-11 110 views

回答

3

那麼簡單的答案是:

$("#calendarButton").click(function(){  
    $("#yourTextBoxId").val(''); 
}); 

但是如果你想更詳細的解決方案,我建議你張貼一些示例代碼。