$("#add").iMenubutton({内有一个元素
method: 'openDialog',
extend: '#productDg-toolbar',
iconCls: 'fa fa-plus',
dialog: {
<a id="mbtn" href="#" data-toggle="topjui-linkbutton" data-options="iconCls:'icon-search'">Add</a>然后绑定了一个事件
$('#mbtn').bind('click', function(){运行正常的。
但在左侧导航菜单中打开一个窗口,内同样上述按钮,同样代码绑定click事件,执行却出错了!
如下错误信息:
topjui.core.min.js:16 Uncaught TypeError: Cannot read property 'call' of undefined请问这个错误是什么原因?
at HTMLAnchorElement.onClick (VM2556 topjui.core.min.js:16)
at HTMLAnchorElement.<anonymous> (VM2556 topjui.core.min.js:3)
at HTMLAnchorElement.dispatch (VM2553 jquery.min.js:3)
at HTMLAnchorElement.r.handle (VM2553 jquery.min.js:3)
onClick @ topjui.core.min.js:16
(anonymous) @ topjui.core.min.js:3
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3