All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
function
closeClick(){
alert(
"The click happened!"
);
};
$(
"#closeButton"
).click(
(){
top.closeClick();
});