Jquery plugins 树映射并单击事件

Jquery plugins 树映射并单击事件,jquery-plugins,Jquery Plugins,如何在TreeMap中生成onclick事件我想你是在问jquerytreemap插件。如果是这样,我已经做过一次了。检查下面的代码 $('.treemapCell').each(function () { $(this).find('span').click(function () { //Code }); }); 干杯

如何在TreeMap中生成onclick事件我想你是在问jquerytreemap插件。如果是这样,我已经做过一次了。检查下面的代码

 $('.treemapCell').each(function () {

    $(this).find('span').click(function () {

         //Code 
                });
    });
干杯