I have a problem with Nice Scroll. It works fine, but when I upload AJAX images, it doesn't work. I wonder when I resize the window, open Firebug or something else, it starts working.
What can I do to do this automatically?
I tried:
setTimeout(function(){
$("window").trigger('resize');
}, 0);
Following the AJAX download function, but it does not work.
source
share