Online Home
<div onscroll="myfunction()">
</div>
function myfunction()
{
}
d3.select("#divColumnRight")
.on("scroll", function(){
//statements
});
No comments:
Post a Comment