Skip to content

Commit

Permalink
Add jQuery to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Jan 27, 2018
1 parent 33040a0 commit d3b194d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/assets/js/demo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(function() {



})()
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,8 @@ And of course, this can be applied recursively *ad infinitum*:

Keep reading about [operators](/operators.md).

<script src="/jsonapi/js/demo.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script src="/jsonapi/assets/js/demo.js"></script>

0 comments on commit d3b194d

Please sign in to comment.