jquery - IBM Mobile First Platform not taking the JquerMobile folder in Ubuntu Operating System -
we going developing hybrid mobile application using jquerymobile in ibm mobile first platform 7.1,java 8, eclipse-jee-luna-sr2 4.2.2 , jquery
when creating application in time trying plugin jquerymobile adding not generating jquery folder in application , not able see jquery widgets in palette.
above process total done in ubuntu 14..4 lts. follow same process in windows 10 operating system showing jquery widgets , jquerymobile folder created.
what happening not able understanding difference tested in windows it's working in ubuntu not working
please suggested me why happening all.
i think problem in jquery.mobile-1.4.1.js didn't exist in 1.4.0 , fixed in 1.4.2.
they using "default" reserved keyword identifier @ line 3195. https://forum.jquery.com/topic/jqm-1-4-1-using-default-as-property-name-causes-syntax-error-on-some-platforms
and defect status is: https://github.com/jquery/jquery-mobile/pull/7119
upgrade jquery mobile 1.4.2, resolved. renamed "default" "defaultduration"
Comments
Post a Comment