Hi,
I need to create n number of sections inside a SVG tag programmatically from javascript. Is it posiible to do so ? If yes; how can i do that....?
I tried using javascript append method but its not working...!!!
Answered! Go to the Best Answer.
Best AnswerIt can't be done (currently). You need to declare all elements in .ui code. You can set their initial display property to "none" to create the appearance of dynamic creation.
Best Answer