Hi,
Has anyone managed to get these two plugins working together:
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
http://colorpowered.com/colorbox/
Am having no luck with the following:
// Colorbox dialog window
$('.w_price_assess p.price_report > a').colorbox({
title: "Price report",
transition: "elastic",
innerWidth: "800px",
innerHeight: "699px",
opacity: "0.5",
onLoad: function() {
$('#cboxContent').jScrollPane({
showArrows: true,
scrollbarWidth: 13,
scrollbarMargin: 0
});
}
});