This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Latest JQM breaks ajax requests in Chrome and android #1605
Closed
Description
Place Ajax_a4.1.htm and dynamicData.htm next to each other in a directory. When you go to page bar it will load dynamicData and display page bar.
https://github.com/jasonparallel/JQM-Issues/blob/master/Ajax_a4.1.htm
https://github.com/jasonparallel/JQM-Issues/blob/master/dynamicData.htm
Switch to Ajax_latest.htm (which only changes the jqm js and css) and the Ajax call will error out with textStatus="error" and errorThrown="". This error happens in Chrome and Android (but works correctly in firefox). The XHR request does not show up.
https://github.com/jasonparallel/JQM-Issues/blob/master/Ajax_latest.htm