jQuery on(“paste”) for the first time doesn't grab or pass the value
问题 Real deal problem for me, because I have no clue to resolve it. jQuery script I wrote should grab the input value on "paste" action and pass it by ajax to codeigniter controller. It actually works fine, but only if I paste the value for the second (and further) time. It works fine too when I change on("paste") to on("click") for some div or other DOM element. Script: <script type="text/javascript"> $("#link").on("paste", function(){ $("#thumbs").empty().html("<p>loading</p>"); var postData =