Skip to content
New issue

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

修改代码:ace-tabs/ace/assets/js/indextab.js #2

Open
rongxr opened this issue Jan 24, 2018 · 0 comments
Open

修改代码:ace-tabs/ace/assets/js/indextab.js #2

rongxr opened this issue Jan 24, 2018 · 0 comments

Comments

@rongxr
Copy link

rongxr commented Jan 24, 2018

故障:动态渲染存在连接跳转问题
$("#sidebar").html(sideBarHtml);

解决:267行代码修改如下:
init: function () {
//$('.menuItem').on('click', $.acetab.addTab);
$("#sidebar").delegate(".menuItem","click",$.acetab.addTab);

@rongxr rongxr changed the title 修改代码:/ace-tabs/ace/assets/js/indextab.js 修改代码:ace-tabs/ace/assets/js/indextab.js Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant