Moodle Mobile app Jquery Not Working

Re: Moodle Mobile app Jquery Not Working

by Dickson Chan -
Number of replies: 0
JQuery can work with mm2.

Just put your Jquery file before angular file!

example:

Path: www/index.html

 <script src="lib/js/jquery.js"></script>

<script src="lib/ionic/js/ionic.bundle.js"></script>