See this site for the source
jQuery('#input-field-id').bind('keypress', function(e) { e.stopPropagation(); });
Or
function myhandler(e) { if (e.target.id !== 'id of input') { /* rest of event handler */ } }
I am nuts about books. I read on all kinds of topics. I attempt to review each book I read for the sake of my own enrichment as well as conversation starters with others.
You never know what you will find in an attic! Usually there is a hodgepodge of things buried under dust.
Most of what is included here are notes to myself. The majority of folks will not find interest in these posts.