¡@

Home 

javascript Programming Glossary: mysvg

Is it possible to work with jquery and Svg directly (no plugins)?

http://stackoverflow.com/questions/6148859/is-it-possible-to-work-with-jquery-and-svg-directly-no-plugins

pure JS var container document.getElementById svg_space mySvg document.createElementNS http www.w3.org 2000 svg svg mySvg.setAttribute.. document.createElementNS http www.w3.org 2000 svg svg mySvg.setAttribute version 1.2 mySvg.setAttribute baseProfile tiny.. www.w3.org 2000 svg svg mySvg.setAttribute version 1.2 mySvg.setAttribute baseProfile tiny container.appendChild mySvg Adding..