RS; blur in clear_form

This commit is contained in:
Raphael 2010-07-03 23:35:10 -07:00
parent a0cdd7cb0e
commit 0c09445919

View file

@ -80,6 +80,8 @@ $(document).ready(function(){
this.checked = false;
else if (tag == 'select')
this.selectedIndex = -1;
});
$(this).blur();
});
};
});//end document ready