We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jeDate:6.0.2 当format设置成 "YYYY-MM",onClose设置成false,不会自动关闭弹层
The text was updated successfully, but these errors were encountered:
同求
Sorry, something went wrong.
if (!jet.isBool(opts.onClose)) { var ymdObj = {}, spval = jet.reMatch(thisdate); //获取时分秒的集合 $.each(spval, function (i, val) { ymdObj[matArr[i]] = val; }); var objs = /\hh/.test(that.format) ? $.extend(ymdObj, that.gethmsVal(boxCell)) : ymdObj; var vals = that.setValue(objs); that.dateClose(); if ($.isFunction(opts.okfun) || opts.okfun != null) { opts.okfun && opts.okfun({ elem: elemCell, val: vals, date: objs }); } }
在源码(jedate-6.0.2/jquery.jedate.js)881行后面,追加上述代码,即可解决
No branches or pull requests
jeDate:6.0.2
当format设置成 "YYYY-MM",onClose设置成false,不会自动关闭弹层
The text was updated successfully, but these errors were encountered: