Tony He

Tony He

Living an absolutely not meaningless life with totally not unachievable goals.

马上订阅 Tony He RSS 更新: https://www.ouorz.com/feed

jQuery 实现一个文章阅读进度条功能

Tony He
2019年4月20日 17:18
personaltechnologylifeblogs
背景 阅读进度虽然没啥具体的用处,但是我突然想起来了,随便做做也是极好的 获取元素 offset 高度、元素高度、滑动距离就能实现了   代码 var content_offtop = $('.article-content').offset().top; var content_height = $('...