Page 1 of 1

App not loading in test mode

Posted: Tue Dec 11, 2012 12:01 pm
by Barbara

Haven't touched my app for a while, just tried to load it in test mode and the entry page was blank.

This is the error from firebug in jquery mobile script

'$.widget.extend is not a function '


App not loading in test mode

Posted: Tue Dec 11, 2012 2:30 pm
by Kateryna Grynko

Hello,
You have jQuery UI v 1.8.13 in JavaScript assets.
Try to comment all the asset code or update jQuery UI up to 1.9 if your asset is used anywhere.


App not loading in test mode

Posted: Wed Dec 12, 2012 4:37 am
by Barbara

That was the problem.- thanks. Unfortunately I had to upgrade to version 1.9 and now my menu is not working.

Is this going to be an ongoing problem as you make changes on your server?


App not loading in test mode

Posted: Wed Dec 12, 2012 8:14 am
by Kateryna Grynko

It caused by updating jQuery Mobile up to 1.8.2 v.
We will solve it.


App not loading in test mode

Posted: Thu Dec 13, 2012 9:49 am
by Kateryna Grynko

Hello,

You use jQuery UI with Menu plugin. But JavaScript code of Menu plugin must be loaded after jQuery UI.

Remove "menu" JavaScript assset and create it once more with the same content. This will make your Menu javascript load after jQuery UI.


App not loading in test mode

Posted: Thu Dec 13, 2012 10:15 am
by Barbara

Thankyou all working now