Skip to content

Commit 226c7af

Browse files
committed
asd
1 parent 44c97b8 commit 226c7af

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

modules/JC.Valid/0.2/Valid.js

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3276,18 +3276,9 @@ function (){
32763276
});
32773277

32783278
_sp.on( 'blur', function( _evt, _ignoreProcess ){
3279-
3279+
//JC.log( 'datavalid', new Date().getTime() );
32803280
if( _ignoreProcess ) return;
3281-
3282-
/* datavalid-oriValue是后期编写,为了处理 valid组件在suggest组件下触发多次blur而引起的多次请求问题 --彭俊凯 */
3283-
var _sp = $( this )
3284-
, _oriVal = _sp.attr( 'datavalid-oriValue' );
3285-
3286-
if( _oriVal && _oriVal != _sp.val() ) {
3287-
_sp.trigger( 'DataValidVerify' );
3288-
}
3289-
3290-
_sp.attr( 'datavalid-oriValue', _sp.val() );
3281+
_sp.trigger( 'DataValidVerify' );
32913282
});
32923283
});
32933284

0 commit comments

Comments
 (0)