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...  | 
				|||
| Line 3: | Line 3: | ||
- Link to prototye.js and to jsxgraphcore.js:  | - Link to prototye.js and to jsxgraphcore.js:  | ||
<source lang="xml">  | <source lang="xml">  | ||
<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>  | |||
</source>  | </source>  | ||
Revision as of 19:53, 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>