mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Include the jquery version in the header of the test. Can change this with ?v=1.2.2
This commit is contained in:
@@ -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