We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c97b8 commit 226c7afCopy full SHA for 226c7af
modules/JC.Valid/0.2/Valid.js
@@ -3276,18 +3276,9 @@ function (){
3276
});
3277
3278
_sp.on( 'blur', function( _evt, _ignoreProcess ){
3279
-
+ //JC.log( 'datavalid', new Date().getTime() );
3280
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() );
+ _sp.trigger( 'DataValidVerify' );
3291
3292
3293
0 commit comments