Skip to content

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
Clone this wiki locally