Skip to content

Commit 7e1ab1c

Browse files
author
Keith Wood
committed
Added readme
1 parent d7a0406 commit 7e1ab1c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
jQuery SVG Integration
2+
======================
3+
4+
This plugin allows you to control/interact with SVG elements within your HTML documents.
5+
6+
* Native SVG support in major browsers (but only IE9+).
7+
* Create a new SVG element or wrap an existing inline SVG element.
8+
* Animate SVG attributes with the svganim module.
9+
* Apply jQuery class/attribute/event functionality to SVG elements with the svgdom module.
10+
* Draw graphs with the svggraph module.
11+
* Plot functions with the svgplot module.
12+
13+
Have a look at the plugin Web site, http://keith-wood.name/svg.html, for demonstrations of its abilities.
14+
15+
For documentation on the functionality see http://keith-wood.name/svgRef.html.

0 commit comments

Comments
 (0)