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
问题代码: $popup.on('click', '[data-id]', function (event) { var $this = $(this); if (!$this.attr('disabled')) {// IE BUG that._trigger($this.data('id')); } event.preventDefault(); });
The text was updated successfully, but these errors were encountered:
v6.0.1
e6cb6ac
1. 进一步完善焦点管理,避免抢夺开发者自己设置的焦点#67 2. 修复对话框内容使用 html5 data-id 属性冲突的问题#78 3. 改善 Esc 快捷键与 cancel 的问题#36
d22f8e9
下载了最新的版本data-id的冲突依旧存在,建议将data-id中的id改成其他的。这样就不会引起冲突了
Sorry, something went wrong.
fix bug #78
dcc2989
No branches or pull requests
问题代码:$this = $ (this);
$popup.on('click', '[data-id]', function (event) {
var
if (!$this.attr('disabled')) {// IE BUG
that._trigger($this.data('id'));
}
event.preventDefault();
});
The text was updated successfully, but these errors were encountered: