Create your own constructions/visualizations using JavaScript: Difference between revisions

From JSXGraph Wiki
(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...)
(No difference)

Revision as of 19:52, 15 September 2008

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>