2011-01-07 91 views

回答

6

嘗試

$('#searchbox').bind('paste', function (e) { 
    setTimeout(getTextValue, 10); 
}); 

function getTextValue() { 
    alert($('#searchbox').val()); 
} 
+0

很好的解決方案謝謝 – kst 2011-01-07 07:28:12