I\'m trying to show up a container if a input field gets the focus and - that\'s the actual problem - hide the container if focus is lost. Is there an opposite event for jQu
Like this:
$(selector).focusout(function () { //Your Code });