Skip to content

Commit 125bba8

Browse files
committed
Include the jquery version in the header of the test. Can change this with ?v=1.2.2
1 parent cf76452 commit 125bba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<script>
112112
$(function() {
113113
$('#userAgent').html(navigator.userAgent);
114+
$('#jqueryVersion').html($.fn.jquery);
114115

115116

116117
$('#test1')
@@ -298,7 +299,7 @@
298299
</script>
299300
</head>
300301
<body>
301-
<h1 id="banner">jQuery mousewheel.js - Test</h1>
302+
<h1 id="banner">jQuery mousewheel.js Test with jQuery <span id="jqueryVersion"></span></h1>
302303
<h2 id="userAgent"></h2>
303304

304305
<ul>

0 commit comments

Comments
 (0)