I have some svg files stored and want to dynamically load svg file in a browser but not in image or iframe because I have clickable points in SVG file which I want to capture with JQuery. How can I do that?
This code worked:
$('#SVGImage').load(('/Files/P123.svg'));
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.