引用包括readingTime和jQuery在页面的头部或页脚。
1 2 | < script src = "/js/plugins/readingTime.js" ></ script > |
创建一个元素并为其添加类"eta",用来显示阅读时间。
1 2 3 4 | < article > < div class = "eta" ></ div > //COPY GOES HERE </ article > |
您可以创建任何类或ID来显示的总字数。
1 2 3 4 5 | < article > < div class = "eta" ></ div > < div class = "word-count" ></ div > //COPY GOES HERE </ article > |
初始化对象的类ID或元素,其中包含要估计的阅读时间文字的插件。
1 | $( 'article' ).readingTime(); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com