$(document).ready(function(){
$("body").click(function(){
if(!event.srcElement.type)
{
     $("input").blur();
}
})
})
05-20 13:55