gpt4 book ai didi

javascript - Timeago Jquery 插件不工作

转载 作者:行者123 更新时间:2023-11-30 07:43:49 25 4
gpt4 key购买 nike

J查询:

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/timeago.js" ></script>

$(document).ready(function(){
jQuery("abbr.timeago").timeago();
});

html:

<abbr class="timeago" title="2008-07-17T09:24:17Z">July 17, 2008</abbr>
function Refresh() {
setTimeout(function(){
<?php echo 'var id = '.json_encode($_GET['id']).';'; ?>
$('#cmdz').load('cmdajax.php?id='+id);
},1000);
}

#cmdz div 包含abbr 标签。 timeago 在 onload 中正常工作,但是当刷新 div 时它不会工作。

出于某种原因,jQuery("abbr.timeago").timeago(); 函数无法正常工作。在这里你可以找到完整的代码:after ajax call jquery function not working properly

最佳答案

试用 Livestamp.js .它不引人注目且自动更新。您只需提供 Unix 时间戳。

关于javascript - Timeago Jquery 插件不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11099902/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com