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');
});