[Jquery ui] swipe error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

[Jquery ui] swipe error

why is there a consol error and a h1 loading ? https://code.sololearn.com/WMANxMSFSsL9/?ref=app

8th Apr 2018, 3:19 PM
NoxFly
NoxFly - avatar
6 Answers
+ 3
Add this after your jquery script and before the jquery mobile script. <script> $(document) .bind('mobileinit',function() { $.mobile.pushStateEnabled = false; } ); </script>
8th Apr 2018, 5:30 PM
ChaoticDawg
ChaoticDawg - avatar
8th Apr 2018, 3:26 PM
tooselfish
tooselfish - avatar
+ 17
sorry, but i don't know that 😉😉
8th Apr 2018, 3:23 PM
tooselfish
tooselfish - avatar
8th Apr 2018, 3:45 PM
Toni Isotalo
Toni Isotalo - avatar
+ 3
thanks all
8th Apr 2018, 5:34 PM
NoxFly
NoxFly - avatar
+ 2
np tooselfish :)
8th Apr 2018, 3:23 PM
NoxFly
NoxFly - avatar