jQuery svgInject
jQuery plugin for replacing img-tags with SVG content
Usage
-
Include jQuery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
-
Include plugin's code:
<script src="jquery.svgInject.js"></script>
-
Call the plugin:
$("#element").svgInject(function() { // Injection complete });
License
This plugin is available under the MIT license.
Author
Made by Robert Bue