// With JQuery $(function() { $('item').keydown(); $('item').keypress(); $('item').keyup(); $('item').blur(); });