I am building a small landing page with a simple demo e-mail signup form. I want to have the form field open up when focused, and then shrink back down on blur.
However
Try this inside .blur handler:
if ($(':focus').is('#submitbtn')) { return false; }