mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Include the jquery version in the header of the test. Can change this with ?v=1.2.2
This commit is contained in:
+2
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user