add compatibility with jQuery 1.7

This commit is contained in:
Brandon Aaron
2011-10-27 08:51:26 -05:00
parent 0f136d8683
commit 9f7185bb58
5 changed files with 26 additions and 9 deletions
+8 -1
View File
@@ -2,7 +2,14 @@
<html>
<head>
<title>Testing mousewheel plugin</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-git.js"></script>-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.js"></script>-->
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script>-->
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.3.2.js"></script>-->
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.2.6.js"></script>-->
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.2.2.js"></script>-->
<script type="text/javascript" src="../jquery.mousewheel.js"></script>
<style>