• Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    JavaScript
  • Created over 12 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jQuery SVG plugin

jQuery SVG Integration

This plugin allows you to control/interact with SVG elements within your HTML documents.

  • Native SVG support in major browsers (but only IE9+).
  • Create a new SVG element or wrap an existing inline SVG element.
  • Animate SVG attributes with the svganim module.
  • Apply jQuery class/attribute/event functionality to SVG elements with the svgdom module.
  • Draw graphs with the svggraph module.
  • Plot functions with the svgplot module.

Have a look at the plugin Web site, http://keith-wood.name/svg.html, for demonstrations of its abilities.

For documentation on the functionality see http://keith-wood.name/svgRef.html.

More Repositories