index_body.js 2025/1/26 W013

2025年1月26日日曜日

source code

t f B! P L

     






/**********************************************************#
# ファイル名:index_body.js
# バージョン:j0002 Ver1.0
# 機能:
# 作成日:2025/1/26
# 更新日:2025/1/26 W013
#**********************************************************/



$('span.comma ').each(
    function(){
        var commatxt = $(this).text();
        $(this).text(Number(commatxt).toLocaleString());
    }
);


$('td.comma ').each(
        function(){
                var commatxt = $(this).text();
                $(this).text(Number(commatxt).toLocaleString());
        }
);




 


 

 

 

このブログを検索

アーカイブ

カテゴリー

QooQ