I'm using for the 1st time jquery mobile and I have this strange error:
Uncaught ReferenceError: define is not defined jquery.mobile.custom.js:1331
Can someone figure out what is the problem?
This is the link
Tnks ^^
I'm using for the 1st time jquery mobile and I have this strange error: Uncaught ReferenceError: define is not defined jquery.mobile.custom.js:1331 Can someone figure out what is the problem? Tnks ^^ |
|||
This seems to relate to this issue from the jQuery Mobile Builder GitHub repo: https://github.com/jquery/jquery-mobile-builder/issues/19 It seems to be closed now, so try re-building your jQuery Mobile with the builder again here: http://jquerymobile.com/download-builder/ |
|||
|
easing
plugin is unnecessary because you include jQuery UI (not going to fix any problem) – Ian 17 hours agojquery.mobile.custom.js
. The problem is related tojquery.mobile
, and its ability to be used as anAMD
module. However, there is no reason it should be getting called, unless something in the file got changed and as an unforseen consequence, that part of the code got messed up OR you are usingrequirejs
or something similar, and using it incorrectly. – user1167442 17 hours ago