Mobile Ansicht - TypeError: $.scrollUp is not a function

23.06.2018 12:39 (zuletzt bearbeitet: 23.06.2018 12:39)
avatar  Mike48
#1 Mobile Ansicht - TypeError: $.scrollUp is not a function
avatar
Mitglied

In der mobilen Ansicht gibt es einen Fehler, der verhindert die Ausführung von weiterem JS.

Error:

1
2
3
4
5
6
 
TypeError: $.scrollUp is not a function[Weitere Informationen] theissen-914.xobor.de:1409:1
<anonym> http://theissen-914.xobor.de/:1409:1
j http://theissen-914.xobor.de/temp/bootstrap/js/jquery-2.1.3.min.js:2:26906
fireWith http://theissen-914.xobor.de/temp/bootstrap/js/jquery-2.1.3.min.js:2:27724
ready http://theissen-914.xobor.de/temp/bootstrap/js/jquery-2.1.3.min.js:2:29516
I http://theissen-914.xobor.de/temp/bootstrap/js/jquery-2.1.3.min.js:2:29707
 



HTML:

1
2
 
<!-- Scroll to top link plugin -->
<script src="/temp/bootstrap/js/jquery.scrollUp.js"></script>
 



Das ist in mehreren Foren so.


www.friends-of-xobor.de (621181 - V4 Template)
www.seniorenclub-sel-koeln.de (578865 - V6 Template)

 Antworten

 Beitrag melden
23.06.2018 20:10 (zuletzt bearbeitet: 23.06.2018 20:15)
avatar  Mike48
#2 RE: Mobile Ansicht - TypeError: $.scrollUp is not a function
avatar
Mitglied

Es scheint sich um diese Funktion zu handeln beim mobilen Template

1
2
3
4
5
6
7
8
9
10
11
 
//Scroll to top link
$(function () {
$.scrollUp({scrollName: 'scrollUpImg', // Element ID
scrollDistance: '2000', // Distance from top before showing element (px)
topSpeed: 300, // Speed back to top (ms)
animation: 'fade', // Fade, slide, none
animationInSpeed: 200, // Animation in speed (ms)
animationOutSpeed: 200, // Animation out speed (ms)
scrollText: '', // Text for element
});
});
 


www.friends-of-xobor.de (621181 - V4 Template)
www.seniorenclub-sel-koeln.de (578865 - V6 Template)

 Antworten

 Beitrag melden
Bereits Mitglied?
Jetzt anmelden!
Mitglied werden?
Jetzt registrieren!