jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

<a href> not working with jquery 3.3.1 and jquery.mobile-1.5.0 #161

Closed ZankiohZ closed 5 years ago

ZankiohZ commented 5 years ago

Hi there,

I used jquery-3.3.1 with jquery.mobile-1.5.0. (I didn't see at first it was still an alpha version)

All went well on my webApp till i tried to click on a button. At this point the url changes but the new page doesn't load except after a manual refresh.

console log : Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/

So i took an older version of jquery.mobile and all works well now. : )))

I don't know if you were aware of this issue, hope this can help you.

Thanks for reading, Zz