My guess is something like this, but you should explain yourself better. What do you want to resize (content of paragraph, browser window)?
Code:
$(window).resize(function(){
$('#scrollbar1').tinyscrollbar_update();
});
This will call the anonymous function each time a browser window is resized and inside it, call that scrollbar update method, but i'm not familiar with that particular scrollbar, so it may not work
If you are happy with the solution: Top of the comments > Thread Tools > Mark Thread Resolved
Bookmarks