In my Phonegap Jquery mobile application i have upgraded JqueryMobile from 1.0.0 to 1.2.0.Now Loading message stopped working.I tried both $.mobile.showPageLoadingMsg("b", "Loading...", true); and $.mobile.loading('show'); but none of these work.I am using Jquery 1.8.2. Thanks in advance.
I am populating select menu dynamically with multiple options.But its not allowing me to select options other than first one.When i click on menu,a pop up open up with all options but when i click on any option it does not get selected.what wrong am i doing here.I am using jqm 1.0a3.