是否可以在没有JQuery的情况下获取CSS中的移动状态,并使用它来隐藏滚动条?
答案 0 :(得分:0)
这应该可以通过jQuery实现
使用jQuery进行Scrollevent: https://api.jquery.com/scroll/
Scrollevent停止: jQuery scroll() detect when user stops scrolling
隐藏滚动条: Hiding the scrollbar on an HTML page
最后,可能看起来像这样(未经测试):
icon.attr('ng-click', 'iconclick("' + node.id + '")');