i have:
and
$(\'input\').blur(function(){ alert(\'stay focused!\'); });
If you want to keep the cursor at its position in a contenteditable element, simply:
contenteditable
$('button').mousedown(function(){return false;});