//</script> <script>var $nocnflct = jQuery.noConflict();
$nocnflct(function () {
$nocnflct.scrollUp({
scrollName: 'scrollUp', // Element ID
scrollClass: 'scrollUp scrollup-link scrollup-right', // Element Class
scrollDistance: 300, // Distance from top/bottom before showing element (px)
scrollFrom: 'top', // top or bottom
scrollSpeed: 300, // Speed back to top (ms )
easingType: 'linear', // Scroll to top easing (see https://easings.net/)
animation: 'fade', // Fade, slide, none
animationInSpeed: 200, // Animation in speed (ms )
animationOutSpeed: 200, // Animation out speed (ms )
scrollText: '<id class="fa fa-arrow-circle-up fa-2x"></id>', // Text for element, can contain HTML
scrollTitle: false, // Set a custom link title if required. Defaults to scrollText
scrollImg: false, // Set true to use image
activeOverlay: false, // Set CSS color to display scrollUp active point
zIndex: 2147483647 // Z-Index for the overlay
});
});</script>
This is where I am getting error. Please check. Thanks in advance