Moodle Mobile app Jquery Not Working

Moodle Mobile app Jquery Not Working

by Praveen Chamarthi -
Number of replies: 2

Hi All,

How to integrate Jquery in Moodle Mobile.

when i am integrating jquery in moodle app it's showing blank screen.

Average of ratings: -
In reply to Praveen Chamarthi

Re: Moodle Mobile app Jquery Not Working

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hello John,

if you're talking about Moodle Mobile 2, angular includes jqLite (a simplified version of jQuery), maybe that's enough for you.

Cheers,

Dani

In reply to Praveen Chamarthi

Re: Moodle Mobile app Jquery Not Working

by Dickson Chan -
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>