jquery.ui.scrollbar icon indicating copy to clipboard operation
jquery.ui.scrollbar copied to clipboard

$(".scroll-pane").data("scrollbar").resize() need to be fixed with latest jquery-ui-1.10.0

Open padisetty opened this issue 12 years ago • 0 comments

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

padisetty avatar Jan 21 '13 22:01 padisetty