duandu1049 2018-06-28 17:57
浏览 304

javascript jquery tofixed不起作用

Why does this not work? Can anyone explain this to me?

t = setInterval(refresh_div,100);
    function refresh_div2() {
    jQuery.ajax({
        url:'livesatoshi.php',
        type:'POST',
        success:function(results2) {
            jQuery(".satoshi").html(results2).tofixed(2);
        }
    });
}
  • 写回答

2条回答 默认 最新

  • dongye9453 2018-06-28 18:08
    关注

    The function name is not correct and the toFixed function needs to be corrected , as below :-

    t = setInterval(refresh_div2(),100);
    
    success:function(results2){
        jQuery(".satoshi").html(results2.toFixed(2));
    }
    

    Put the above code in proper place and you will get your desired result .

    评论

报告相同问题?

悬赏问题

  • ¥15 Matlab怎么求解含参的二重积分?
  • ¥15 苹果手机突然连不上wifi了?
  • ¥15 cgictest.cgi文件无法访问
  • ¥20 删除和修改功能无法调用
  • ¥15 kafka topic 所有分副本数修改
  • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))
  • ¥15 如何利用mmdetection3d中的get_flops.py文件计算fcos3d方法的flops?
  • ¥40 串口调试助手打开串口后,keil5的代码就停止了
  • ¥15 电脑最近经常蓝屏,求大家看看哪的问题
  • ¥60 高价有偿求java辅导。工程量较大,价格你定,联系确定辅导后将采纳你的答案。希望能给出完整详细代码,并能解释回答我关于代码的疑问疑问,代码要求如下,联系我会发文档