Imagine we have .myinput input field, that we should process its value after
text pasted into it. We can't access value in paste directly, so we should
wait some time. For that purpose one can use setTimeout function.
Here is example how to correctly handle paste event.
jQuery(document).ready(function($){