IE10 Browser. jQuery Mobile will not change pages via javascript / IE10 -


i'm using jquery mobile. i'm using jqm , javascript change page once save data. want change pages on saving data parse. works fine in browser , win7 / ie9. works everywhere except win8/ie10. win8/ie10, the data gets saved parse.com, page change never happens. url address changes, page displayed never changes. here's code:

      success: function(object) {         $(".success").show();         alert (" new info saved  ");         //window.location.href = "#showfltinfo";   works, seems reload whole page though                     window.location.hash = "#showfltinfo"; // same above doesn't seem reload page, ie. it's faster            //   not work @    $.mobile.changepage ($("#showfltinfo"));             


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -