Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbwood/svg
jQuery SVG plugin
https://github.com/kbwood/svg
Last synced: 13 days ago
JSON representation
jQuery SVG plugin
- Host: GitHub
- URL: https://github.com/kbwood/svg
- Owner: kbwood
- Created: 2012-04-16T05:23:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T16:20:47.000Z (over 6 years ago)
- Last Synced: 2024-10-04T21:03:43.869Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://keith-wood.name/svg.html
- Size: 497 KB
- Stars: 168
- Watchers: 23
- Forks: 65
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.