Include the jquery version in the header of the test. Can change this with ?v=1.2.2

This commit is contained in:
Brandon Aaron
2013-10-18 10:57:40 -05:00
parent cf764523d5
commit 125bba8a0a

View File

@@ -111,6 +111,7 @@
<script> <script>
$(function() { $(function() {
$('#userAgent').html(navigator.userAgent); $('#userAgent').html(navigator.userAgent);
$('#jqueryVersion').html($.fn.jquery);
$('#test1') $('#test1')
@@ -298,7 +299,7 @@
</script> </script>
</head> </head>
<body> <body>
<h1 id="banner">jQuery mousewheel.js - Test</h1> <h1 id="banner">jQuery mousewheel.js Test with jQuery <span id="jqueryVersion"></span></h1>
<h2 id="userAgent"></h2> <h2 id="userAgent"></h2>
<ul> <ul>