Tagged Questions
0
votes
2answers
95 views
adding image namespace in svg through JS still doesn't show me the picture
after working out getting the parameter through a scaled version of a picture, I am trying through Javascript adding the picture with the original size parameter in SVG.
Firebug shows me the element, ...
0
votes
1answer
895 views
how to truncate HTML encoded text without truncating encoded characters using javascript
I need to write some client-side javascript for a webpage that will truncate the text inside a div, when the onclick event for a button is fired (the purpose of the button is so that users can toggle ...