zoukankan      html  css  js  c++  java
  • timeago插件

    使用timeago插件需要导入jquery.timeago.js和jquery.min.js,并加入代码

    	<script type="text/javascript">
    	jQuery(document).ready(function() {
      	jQuery("abbr.timeago").timeago();
    	});
    	</script>
    

     在页面使用代码为

        <abbr class="timeago" title="2008-07-17T09:24:17Z">July 17, 2008</abbr>
        <abbr class="timeago" title="July 17, 2008">6 years ago</abbr>
        <!-- test -->
        <abbr class="timeago" title="Sun Mar 23 14:38:03 CST 2014">Sun Mar 23 14:38:03 CST 2014</abbr>
    

     显示效果是

    6 years ago 6 years ago about 9 hours ago

    以上是单独测试时的效果。

    用到项目中时,效果始终无法显示,究其原因,是导入了多个jquery.min.js。

  • 相关阅读:
    mysql find_int_set
    PHPSTROM8.0 注册码(7.1也可用)
    gym 101657 D
    gym101657 C
    poj 3525
    poj1279
    poj3335
    poj 1228
    poj 1873
    poj 2074
  • 原文地址:https://www.cnblogs.com/ligui989/p/3621184.html
Copyright © 2011-2022 走看看