bug in domain to profile
Ning To Jamroom
ok brian
maybe u can figure this out
i found an even cooler scrollbar i loved
<script src="jquery.nicescroll.min.js"></script>
<script>
$(document).ready(function() {
$("html").niceScroll();
$(".mCustomScrollbar").niceScroll();
$(".item_scroll").niceScroll();
});
</script>
now both scrollers i used suggested loading jquerry libraries b4 the code wich causes u to see both the play and pause button at same time but both work without the libraries i guess cause the site already loads them...or a version of them
both however when u use the pager the scrollers dont work on page 2+
and neither does the add to playlist
so my question is
why do both the scroller and the add to playlist work when no p=2+ or even p=1
the add to playlist works as long as no js/jquery codes used
i have a theory
its the version of jquerry the site uses vs the version the code expects and stripping the $
will make it compatable (i dont really speak jquerry just remember when ning upgraded jquery libraries alotta code needed to be updated and i remember it had something to do with $ or something needed after it)