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 '
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 '
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.
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?
It caused by updating jQuery Mobile up to 1.8.2 v.
We will solve it.
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.
Thankyou all working now