-
Notifications
You must be signed in to change notification settings - Fork 0
Test Page
Noral Kuhlmann edited this page Mar 26, 2017
·
1 revision
Insert a Script Editor Web Part onto a page. Insert the following code:
<p>jQuery Test Page</p>
<script type="text/javascript">
document.write("You are running jQuery version: " + $.fn.jquery);
</script>
The page will display, if you have the Feature for jQuery version 3.2.1 activated:
jQuery Test Page
You are running jQuery version: 3.2.1