Skip to content

jQuery plugin for replacing img-tags with SVG content

License

Notifications You must be signed in to change notification settings

scoob/jquery.svgInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jQuery svgInject

jQuery plugin for replacing img-tags with SVG content

demo/

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="jquery.svgInject.js"></script>
  3. Call the plugin:

    $("#element").svgInject(function() {
    	// Injection complete
    });

License

This plugin is available under the MIT license.

Author

Made by Robert Bue

About

jQuery plugin for replacing img-tags with SVG content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published