I need to place the SVG element at the custom position For example my svg element should place at the x=100 and y=100 th position.
$(document).ready(function(){
$("#btn").click(function(){
var item = ('')
$("#container").append(item);
});
});
In the above code snippet my element should be placed inside the div at the button click action.
Please revert me back if anyone have the concerns
Midhun TpPosted Aug 5, 2016, 2:11 AM
Ganeshkumar LingappanPosted Aug 5, 2016, 2:25 AM
Ganeshkumar LingappanPosted Aug 5, 2016, 2:00 AM
Midhun TpPosted Aug 5, 2016, 1:54 AM
Ganeshkumar LingappanPosted Aug 5, 2016, 1:49 AM
Midhun TpPosted Aug 5, 2016, 1:29 AM