...
|
...
|
@@ -144,10 +144,10 @@ function showCaptchaImgTip(msg) { |
|
|
|
|
|
function errTipHide($tip, $input) {
|
|
|
$tip.addClass('hide');
|
|
|
$input.removeClass('error');
|
|
|
//$input.removeClass('error');
|
|
|
}
|
|
|
|
|
|
function errTipShow($tip, $input, msg) {
|
|
|
$tip.removeClass('hide').children('em').empty().html(msg);
|
|
|
$input.addClass('error');
|
|
|
//$input.addClass('error');
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|