彩票走势图

彩票走势图 > 慧问 > 频道

如何设置Essential StudioReporting Edition的Graphic Units[Essential Studio Reporting Edition]

发表于2019-05-10 回复:0 查看:2446  |  
如何设置Essential StudioReporting Edition的Graphic Units
1个回答
  • 1970-01-01 08:00
    可以尝试使用异步“remote”验证类型来替代,代码如下: <pre class='brush: cpp'>(function($){ $.extend($.fn.validatebox.defaults.rules, { remote: { validator: function(value, param){ var target = this; if (target.result == undefined){ target.result = true; } if (!target.validated){ target.validated = true; var data = {}; data[param[1]] = value; $.ajax({ url: param[0], data: data, async: true, cache: false, success: function(data){ if ($(target).parent().length){ target.result = (data == 'true'); $(target).validatebox('validate'); } }, complete: function(){ target.validated = false; } }); } return target.result; }, message: 'Please fix this field.' } }) })(jQuery);</pre>
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP