JQuery function addClass() will not work here and can't add a class to an SVG. Use .attr() instead : $('body').on('click','.map-path',function() ...
確定! 回上一頁