So Im sure you know what SilmScroll is its a plugin for a scroll bar
I've loaded the Js file: yepnope( { load: "jquery.slimscroll.min" } );
and I've got this code in edge:
$(function(){
$('#Stage_Content').slimScroll({
color: '#ffffff',
allowPageScroll: false,
alwaysVisible: true
});
});
But it isnt working doesnt anyone know why?