Skip to content

Commit

Permalink
Updated docs and examples to use jquery transit; removed jquery trans…
Browse files Browse the repository at this point in the history
…form light
  • Loading branch information
vkaravir committed Dec 16, 2013
1 parent 0e34ef0 commit da89ad6
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 304 deletions.
8 changes: 4 additions & 4 deletions doc/api.html
Expand Up @@ -28,8 +28,8 @@ <h2>Loading the Required Files</h2>
</p>

<ul>
<li>jquery.transform: <code>[JSAV]/lib/jquery.transform.light.js</code></li>
<li>Raphael: <code>[JSAV]/lib/raphael.js</code></li>
<li>jquery.transit: <code>[JSAV]/lib/jquery.transit.js</code></li>
<li>Rapha&euml;l: <code>[JSAV]/lib/raphael.js</code></li>
<li>The library: Either <code>[JSAV]/build/jsav.js</code> or
<code>[JSAV]/build/jsav-min.js</code>.
This must always be included.</li>
Expand All @@ -38,10 +38,10 @@ <h2>Loading the Required Files</h2>

<p>
The main jQuery library must always be loaded.
jQuery UI and jquery.transform are only needed when you use the
jQuery UI and jquery.transit are only needed when you use the
library to show animations, such as using the data structures or
graphical primitives and modifying them. In other words, using
any other part of the library than the messaging API. Raphael is
any other part of the library than the messaging API. Rapha&euml;l is
only needed when using graphical primitives like circles and
rectangles or when using data structures with edges.
</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/exercise.html
Expand Up @@ -114,7 +114,7 @@ <h2>Setting Up</h2>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
&lt;/script>
&lt;script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js">&lt;/script>
&lt;script src="../lib/jquery.transform.light.js">&lt;/script>
&lt;script src="../lib/jquery.transit.js">&lt;/script>
&lt;script src="../build/JSAV.js">&lt;/script>
</pre>

Expand Down
2 changes: 1 addition & 1 deletion examples/allStructures.html
Expand Up @@ -39,7 +39,7 @@ <h1>Example of All Data Structures in JSAV</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/bintree.html
Expand Up @@ -34,7 +34,7 @@ <h1>JSAV slideshow for binary trees</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/findmax.html
Expand Up @@ -29,7 +29,7 @@ <h1>Selecting the maximum</h1>
<script
src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js">
</script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV-min.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/graph.html
Expand Up @@ -36,7 +36,7 @@ <h1>JSAV slideshow for graphs</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/list.html
Expand Up @@ -28,7 +28,7 @@ <h1>JSAV slideshow for lists</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/manual-graph.html
Expand Up @@ -14,7 +14,7 @@ <h1>JSAV example for graph with manual layout</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/pointers.html
Expand Up @@ -36,7 +36,7 @@ <h1>JSAV slideshow for pointer</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/pseudocode.html
Expand Up @@ -24,7 +24,7 @@ <h1>JSAV Pseudocode Demonstration</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-exercise.html
Expand Up @@ -33,7 +33,7 @@ <h1>A Simple JSAV Interactive Exercise</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../build/JSAV.js"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/slideshow.html
Expand Up @@ -28,7 +28,7 @@ <h1>JSAV Slideshow Demonstration</h1>
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/sudoku.html
Expand Up @@ -44,7 +44,7 @@ <h1>JSAV Sudoku Grid</h1>
src="../lib/jquery.min.js">
</script>
<script src="../lib/jquery-ui.min.js"></script>
<script src="../lib/jquery.transform.light.js"></script>
<script src="../lib/jquery.transit.js"></script>
<script src="../lib/raphael.js"></script>
<script src="../build/JSAV-min.js"></script>
<script>
Expand Down

0 comments on commit da89ad6

Please sign in to comment.