You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can use the "showmsg" event to do the same thing as the "showMsg" method.
// before$("#form1").validator("showMsg",{"mobile": "This phone number has been used","email": "Email is required"})// after$("#form1").trigger("showmsg",[{"mobile": "This phone number has been used","email": "Email is required"}])
Fixed
Fixes in some cases the valid callback is not triggered for the first time
Fixed the use of the function target does not come into effect
Fixed IE7 compatibility issues
Fixed this.isValid is not accurate in validation callback
Fixed Requirejs usage.
Now support the following configuration for requirejs: