Select SVG width using jQuery?

Just download jquery.svg. Js and load it with a script element after jQuery.

Just download jquery.svg. Js and load it with a script element after jQuery: To get hold of the SVG element: var svg = document. QuerySelector('embed').getSVGDocument().

DocumentElement; var width = svg. GetAttributeNS(null, 'width'); console. Log(width); To get hold of all embed, use document.

QuerySelectorAll('embed') instead. Full example (must be run on server/localhost, local file won't work): circle1. Svg: circle2.svg.

I have no idea... – Anders Svensson Dec 9 at 10:02 Your code above should work. I'm fairly sure it would work even without the svg plugin. – bennedich Dec 9 at 10:10 Sorry, it seems the problem is that your svg is inside the embed element.

If you can remove it everything should work just fine. In all modern browsers you can get away with putting the svg directly inline with the HTML. – bennedich Dec 9 at 10:15 No, it doesn't, tried with the plugin included too, no difference.

Probably has something to do with the fact that the svg isn't loaded on page load, since it is embedded in the embed element. See my update... – Anders Svensson Dec 9 at 10:19 Well, as you can see from my update, I can't remove the embed element, because that's where the svg is. All this code comes from an xml transformation, where embed is used to create svg by using the src attribute... – Anders Svensson Dec 9 at 10:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions