I'm using datepicker inline and binding bootstrap tooltips to each day.
This works fine on initial load, but after i change the month, datepicker modifies the DOM and the tooltips are gone.
I tried attaching to the changeMonth event, but it seems that event fires before the DOM is modified, so the tooltips won't render on the new month.
Is there a workaround or an event i can attach to that gets called after the DOM is modified on month/year change?