Create your own constructions/visualizations using JavaScript

From JSXGraph Wiki
Revision as of 19:52, 15 September 2008 by 84.147.115.75 (talk) (New page: === First step === - Link to prototye.js and to jsxgraphcore.js: <source lang="xml"> <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> <script...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

First step

- Link to prototye.js and to jsxgraphcore.js:

 <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" />
 <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>
 <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>