Skip to content

Commit

Permalink
Update to jQuery 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Mar 5, 2011
1 parent e4f685c commit 1ae3796
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/index.html
Expand Up @@ -68,7 +68,7 @@ <h2>jParallax Demos <a href="stalkbuttons.html">next</a></h2>

</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.jparallax.min.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion demos/remotecontrol.html
Expand Up @@ -100,7 +100,7 @@ <h2>jParallax Demos <a href="thumbnails.html">next</a></h2>

</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.jparallax.min.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion demos/stalkbuttons.html
Expand Up @@ -419,7 +419,7 @@ <h2>jParallax Demos <a href="remotecontrol.html">next</a></h2>

</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.jparallax.min.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion demos/target.html
Expand Up @@ -43,7 +43,7 @@ <h2>jParallax Demos <a href="index.html">next</a></h2>
<img class="parallax-layer" src="http://webdev.stephband.info/jparallax/images/parallax_target/target_red.png" alt="" />
</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.jparallax.min.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion demos/thumbnails.html
Expand Up @@ -95,7 +95,7 @@ <h2>jParallax Demos <a href="target.html">next</a></h2>

</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.jparallax.min.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -351,7 +351,7 @@ <h3>Bug reporting</h3>

</div>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="http://webdev.stephband.info/events/frame/js/jquery.event.frame.js"></script>
<script type="text/javascript" src="js/jquery.jparallax.js"></script>
<!--script type="text/javascript" src="../js/email.js"></script-->
Expand Down

0 comments on commit 1ae3796

Please sign in to comment.