如何使用 jquery 定位 GB?
在这里查看 html http://jsbin.com/opedih/1/edit
我需要类似下面的东西
$("g[data-code='GB']").mouseover(function(){
alert('test');
});
如何使用 jquery 定位 GB?
在这里查看 html http://jsbin.com/opedih/1/edit
我需要类似下面的东西
$("g[data-code='GB']").mouseover(function(){
alert('test');
});