How can I find the class name of SVG attribute?
If it was div it would have been {reference to DIV}.className
But, this doesnt work exactly the same way with SVG element
Is there any jquery or javascript method/attribute to get the classes of a SVG element?
See below what I have tried: