{"id":1859,"date":"2025-01-10T09:53:24","date_gmt":"2025-01-10T09:53:24","guid":{"rendered":"https:\/\/donhit.com\/en\/?p=1859"},"modified":"2025-02-06T01:43:06","modified_gmt":"2025-02-06T01:43:06","slug":"money-counter-online","status":"publish","type":"post","link":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/","title":{"rendered":"Money Counter Online"},"content":{"rendered":"<p><center><div class=\"container123\">\r\n        <h2>Money Counter Online<\/h2>\r\n        \r\n        <div class=\"denomination-group\">\r\n            <div class=\"denomination-row\">\r\n                <span class=\"denomination-label\">$100 Bills:<\/span>\r\n                <input type=\"number\" min=\"0\" value=\"0\" id=\"hundred\">\r\n            <\/div>\r\n            <div class=\"denomination-row\">\r\n                <span class=\"denomination-label\">$50 Bills:<\/span>\r\n                <input type=\"number\" min=\"0\" value=\"0\" id=\"fifty\">\r\n            <\/div>\r\n            <div class=\"denomination-row\">\r\n                <span class=\"denomination-label\">$20 Bills:<\/span>\r\n                <input type=\"number\" min=\"0\" value=\"0\" id=\"twenty\">\r\n            <\/div>\r\n            <div class=\"denomination-row\">\r\n                <span class=\"denomination-label\">$10 Bills:<\/span>\r\n                <input type=\"number\" min=\"0\" value=\"0\" id=\"ten\">\r\n            <\/div>\r\n            <div class=\"denomination-row\">\r\n                <span class=\"denomination-label\">$5 Bills:<\/span>\r\n                <input type=\"number\" min=\"0\" value=\"0\" id=\"five\">\r\n            <\/div>\r\n            <div class=\"denomination-row\">\r\n                <span class=\"denomination-label\">$1 Bills:<\/span>\r\n                <input type=\"number\" min=\"0\" value=\"0\" id=\"one\">\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"result\">\r\n            <div>Total Amount:<\/div>\r\n            <div class=\"total\" id=\"total\">$0.00<\/div>\r\n        <\/div>\r\n\r\n        <button class=\"reset-btn\" onclick=\"resetAll()\">Reset All<\/button>\r\n    <\/div>\r\n\r\n    <script>\r\n        const inputs = document.querySelectorAll('input[type=\"number\"]');\r\n        const denominations = {\r\n            'hundred': 100,\r\n            'fifty': 50,\r\n            'twenty': 20,\r\n            'ten': 10,\r\n            'five': 5,\r\n            'one': 1\r\n        };\r\n\r\n        function calculateTotal() {\r\n            let total = 0;\r\n            inputs.forEach(input => {\r\n                const value = parseInt(input.value) || 0;\r\n                total += value * denominations[input.id];\r\n            });\r\n            \r\n            document.getElementById('total').textContent = `$${total.toLocaleString('en-US', {\r\n                minimumFractionDigits: 2,\r\n                maximumFractionDigits: 2\r\n            })}`;\r\n        }\r\n\r\n        function resetAll() {\r\n            inputs.forEach(input => {\r\n                input.value = 0;\r\n            });\r\n            calculateTotal();\r\n        }\r\n\r\n        inputs.forEach(input => {\r\n            input.addEventListener('input', (e) => {\r\n                if (e.target.value < 0) {\r\n                    e.target.value = 0;\r\n                }\r\n                calculateTotal();\r\n            });\r\n        });\r\n\r\n        \/\/ Add keyboard navigation\r\n        inputs.forEach((input, index) => {\r\n            input.addEventListener('keydown', (e) => {\r\n                if (e.key === 'Enter' || e.key === 'ArrowDown') {\r\n                    e.preventDefault();\r\n                    const nextInput = inputs[index + 1];\r\n                    if (nextInput) nextInput.focus();\r\n                } else if (e.key === 'ArrowUp') {\r\n                    e.preventDefault();\r\n                    const prevInput = inputs[index - 1];\r\n                    if (prevInput) prevInput.focus();\r\n                }\r\n            });\r\n        });\r\n    <\/script><\/center><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[187],"tags":[],"class_list":["post-1859","post","type-post","status-publish","format-standard","hentry","category-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Money Counter Online - DonHit<\/title>\n<meta name=\"description\" content=\"What Is a Money Counter Online Tool? A money counter online tool is a digital solution designed to simplify the process of counting and managing cash.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/donhit.com\/en\/tools\/money-counter-online\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Money Counter Online - DonHit\" \/>\n<meta property=\"og:description\" content=\"What Is a Money Counter Online Tool? A money counter online tool is a digital solution designed to simplify the process of counting and managing cash.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/donhit.com\/en\/tools\/money-counter-online\/\" \/>\n<meta property=\"og:site_name\" content=\"DonHit - World of Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-10T09:53:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-06T01:43:06+00:00\" \/>\n<meta name=\"author\" content=\"DonHit\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DonHit\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Money Counter Online - DonHit","description":"What Is a Money Counter Online Tool? A money counter online tool is a digital solution designed to simplify the process of counting and managing cash.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/","og_locale":"en_US","og_type":"article","og_title":"Money Counter Online - DonHit","og_description":"What Is a Money Counter Online Tool? A money counter online tool is a digital solution designed to simplify the process of counting and managing cash.","og_url":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/","og_site_name":"DonHit - World of Tools","article_published_time":"2025-01-10T09:53:24+00:00","article_modified_time":"2025-02-06T01:43:06+00:00","author":"DonHit","twitter_card":"summary_large_image","twitter_misc":{"Written by":"DonHit","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/#article","isPartOf":{"@id":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/"},"author":{"name":"DonHit","@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148"},"headline":"Money Counter Online","datePublished":"2025-01-10T09:53:24+00:00","dateModified":"2025-02-06T01:43:06+00:00","mainEntityOfPage":{"@id":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/"},"wordCount":8,"commentCount":0,"publisher":{"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148"},"articleSection":["Tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/donhit.com\/en\/tools\/money-counter-online\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/","url":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/","name":"Money Counter Online - DonHit","isPartOf":{"@id":"https:\/\/donhit.com\/en\/#website"},"datePublished":"2025-01-10T09:53:24+00:00","dateModified":"2025-02-06T01:43:06+00:00","description":"What Is a Money Counter Online Tool? A money counter online tool is a digital solution designed to simplify the process of counting and managing cash.","breadcrumb":{"@id":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/donhit.com\/en\/tools\/money-counter-online\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/donhit.com\/en\/tools\/money-counter-online\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/donhit.com\/en\/"},{"@type":"ListItem","position":2,"name":"Tools","item":"https:\/\/donhit.com\/en\/category\/tools\/"},{"@type":"ListItem","position":3,"name":"Money Counter Online"}]},{"@type":"WebSite","@id":"https:\/\/donhit.com\/en\/#website","url":"https:\/\/donhit.com\/en\/","name":"DonHit - World of tools","description":"","publisher":{"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/donhit.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148","name":"DonHit","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/donhit.com\/en\/wp-content\/uploads\/2024\/11\/logo-donhit.webp","contentUrl":"https:\/\/donhit.com\/en\/wp-content\/uploads\/2024\/11\/logo-donhit.webp","width":400,"height":267,"caption":"DonHit"},"logo":{"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/image\/"},"description":"DonHit is a website designed to provide useful tools for everyone. Its primary goal is to support and empower the community. All the tools available on the site are completely free to use.","sameAs":["https:\/\/donhit.com\/en"],"url":"https:\/\/donhit.com\/en\/author\/admin_don\/"}]}},"_links":{"self":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts\/1859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/comments?post=1859"}],"version-history":[{"count":3,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts\/1859\/revisions"}],"predecessor-version":[{"id":2041,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts\/1859\/revisions\/2041"}],"wp:attachment":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/media?parent=1859"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/categories?post=1859"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/tags?post=1859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}