Hi Andy,
It worked now. =)
For clicking i use the below (and it work without putting inside the SetClientBindings() function):
$( "body" ).on( "click", ".kk_ButtonScrollToTop", function() {
alert("The button was clicked. Scoll to top.");
});
Do I still need put it inside the SetClientBindings() function?
Thanks.