Using plugin together with jquery tinyscrollbar
-
Hi,
I would like to use your accordion in a div controlled by the jquery tinyscrollbar plugin.
To work properly I have to use the tinyscrollbar update method (custom scrollbar appears when accordion items are opened). Therefore I need a bindable event so that I can inject the update after the animation,
for example a click function that is called in header.php, like this:$(“#accordion”).on(“click”, function() {
$(‘#scrollbar1’).tinyscrollbar_update();
};
});As accordion.min.js is called directly, I have no idea how to do it.
I would be grateful for any suggestions…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using plugin together with jquery tinyscrollbar’ is closed to new replies.