jQuery ajax使VM多次触发click事件

时间:2015-04-02 21:27:57

标签: jquery

这是我的base.js

$(document).ready(function() {
    var container = $('.notificationBox');
    var icon = $('#notificationIcon');
    var badge = $('.badge');
    var notif = $('.notif-row');

    container.load('notification');
    container.removeClass('hidden');

    icon.click(function()
    {
         console.log('clicked');
    });
});

以下是控制台消息的屏幕截图: enter image description here

我不知道出了什么问题,我已经调试好几个小时了。如果您需要更多信息,请与我们联系。谢谢

0 个答案:

没有答案