We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fb173 commit 3386135Copy full SHA for 3386135
test/index.html
@@ -1,6 +1,7 @@
1
-<!doctype html>
2
-<html>
+<!DOCTYPE html>
+<html lang="en">
3
<head>
4
+ <meta charset="iso-8859-1">
5
<title>Testing mousewheel plugin</title>
6
7
<script>
@@ -15,7 +16,7 @@
15
16
document.write( '<script src="http://' + src + '.js"><\/script>' );
17
})();
18
</script>
- <script type="text/javascript" src="../jquery.mousewheel.js"></script>
19
+ <script src="../jquery.mousewheel.js"></script>
20
21
<style>
22
#test1 {
@@ -107,7 +108,7 @@
107
108
border-bottom-color: #000;
109
}
110
</style>
- <script type="text/javascript">
111
+ <script>
112
$(function() {
113
$('#userAgent').html(navigator.userAgent);
114
0 commit comments