I use button as well as div but in all cases bootbox.js scroll my page to top.
$("#sampleButton").click(function(){ bootbox.alert("hey"); });
I solve this problem by using jquery-impromptu