1
I’m having problems with the plugin nicescroll
of JQuery
in the Chrome
I’m doing like this:
<script type="text/javascript" src="_global/_scripts/_funcoes/_js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="_global/_scripts/_funcoes/_js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="_global/_scripts/_funcoes/_js/menu.js"></script>
<script type="text/javascript" src="_global/_scripts/_funcoes/_js/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="_global/_scripts/_funcoes/_js/scrowSuave.js"></script>
scrowSuave.js
$(window).load(function(){
$(document).ready(function () {
$("html").niceScroll();
});
});
In Internet Explorer the scroll bar appears and everything works fine. But in Chorme, the bar disappears and it seems that everything below the call hangs.
I put it at this address for you to see.
http://funerariasaopedro.net.br/cintialima.com.br/
This error only occurs in Chorme
and Firefox
. Edge
and IE
error-free.
No error on console
Another observation is that, when viewing the page’s source code, the entire page was generated until the /html
, but its display is locked in half and the scroll bar no longer exists! The scroll bar is disabled!
Grateful to those who can help.
Carlos Rocha
Puts the error message you are giving in the topic
localhost
.– randrade86