jquery.ui.scrollbar
jquery.ui.scrollbar copied to clipboard
$(".scroll-pane").data("scrollbar").resize() need to be fixed with latest jquery-ui-1.10.0
Looks like in latest jquery you have to use the fully qualified name when invoking the resize.
$(".scroll-pane").data("ui-scrollbar").resize();
I noticed in jquery-ui-1.10.0