Open Haliiliya opened 7 years ago
?
Sorry, I can't give you realtime support. Please describe more about your page. Do you have some errors on console?
I give you some advice.
When you add dynamic content, you need notify nicecroll about content changing with
$("div").getNiceScroll().resize();
When you remove/replace DOM attached to nicescroll, you need to reinit nicescroll:
$("div").niceScroll();
Try
$('YourDiv').resize(function() { $('YourDiv').getNiceScroll().resize(); });
and / or
$('YourDiv').change(function(){ $('YourDiv').getNiceScroll().resize(); });
try
$(".scrollbar").mouseover(function(){ $(".scrollbar").getNiceScroll().resize(); });
Hello dear sir. After inserting some php codes to page niceScroll working for few seconds and then it stopped! I cann't share my codes here. can you come to my teamviewer ? to show you the problem? If yes. i will give you my teamviewer information.