Hi, i have a collapsible set, the data contained inside is longer than my screen so when I get to the end and click on the next collapsblockheader i need that the page scroll to top. I have try several things trying to binding the expand callback but im unable to find the object.
$( ".selector" ).collapsible({
expand: function( event, ui ) { /* Here i scroll to top */ }
})
Do you offer a simpler way to do this? Thanks.