+ 3
[Jquery ui] swipe error
why is there a consol error and a h1 loading ? https://code.sololearn.com/WMANxMSFSsL9/?ref=app
6 Antworten
+ 3
Add this after your jquery script and before the jquery mobile script.
<script>
$(document)
.bind('mobileinit',function() {
$.mobile.pushStateEnabled =
false;
}
);
</script>
+ 21
NoxFly ドリアン ;-) ;-)
+ 17
sorry, but i don't know that 😉😉
+ 6
Use jquery latest version
https://code.jquery.com/jquery-3.3.1.min.js
jquery mobile must be https
https://code.jquery.com/mobile/1.5.0-alpha.1/jquery.mobile-1.5.0-alpha.1.min.js
+ 3
thanks all
+ 2
np tooselfish :)