I work with Scrollable. The tooltips work fine on the first scrollable. When I scroll to the next and trigger a tooltip on this page, it won't show up. Instead it shows up when I scroll back to the former scroll element. Can anybody help? Thank you!!

This is what I use in my script:

$(document).ready(function() {
$("a[title]").overlay().tooltip('#header-tip');
});