This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I am trying to add jquery to my moodle project
I added this to additionalhtml
<script src="[https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js](https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js)"></script>
<link rel="stylesheet" href="[https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css](https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css)">
<script src="[https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js](https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js)"></script>
<script src="[https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js](https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js)"></script>
<link rel="stylesheet" href="[https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css](https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css)">
I keep getting the mistake $ is not defined why?
can you explain?
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/moodle/comm...