Home > Web Front-end > JS Tutorial > 10 jQuery Currency/Price Plugins

10 jQuery Currency/Price Plugins

William Shakespeare
Release: 2025-02-26 08:57:10
Original
320 people have browsed it

This post showcases ten jQuery plugins for currency and price manipulation, enabling features like currency conversion, multiple currency displays, and currency sorting. Let's dive in! (Last updated: 12/12/2013; Curry.js and Numeral.js added subsequently).

  1. jQuery Currency: A straightforward plugin for currency conversion and formatting.

10 jQuery Currency/Price Plugins Source | Demo

  1. GlobalMoneyInput: Simplifies inputting monetary values, applying localized masks based on Microsoft's jQuery Global plugin.

10 jQuery Currency/Price Plugins Source | Demo

  1. Ajax Currency Converter (Google API): A currency converter fetching data directly from Google's API using jQuery AJAX.

10 jQuery Currency/Price Plugins Source | Demo

  1. jquery-formatcurrency: Formats jQuery object values as currency amounts.

10 jQuery Currency/Price Plugins Source | Demo

  1. jQuery Price Format: Formats input fields as prices (e.g., 123456 becomes US$ 1,234.56), allowing customization of prefixes and separators.

10 jQuery Currency/Price Plugins Source | Demo

  1. Currency Widget: A jQuery UI-themed widget enabling visitors to convert between currencies.

10 jQuery Currency/Price Plugins Source | Demo

  1. autoNumeric(): Formats input fields with numeric strings, supporting various international formats and currency symbols, automatically adding separators and symbols as you type.

10 jQuery Currency/Price Plugins Source | Demo

  1. How to Show Multiple Currencies: A tutorial demonstrating how to display multiple currencies on a storefront.

10 jQuery Currency/Price Plugins Source | Demo

  1. format currency using jquery plugin: A tutorial using the jQuery Format Currency plugin (1.4.0) for easy currency formatting.

10 jQuery Currency/Price Plugins Source | Demo

  1. jQuery-dataTables-Currency-Sorting-Plugin: A plugin for sorting currency values within DataTables.

10 jQuery Currency/Price Plugins Source | Demo

  1. Curry.js: A self-contained currency converter supporting numerous currencies.

10 jQuery Currency/Price Plugins Source | Demo

  1. NumeralJS.js: A JavaScript library for number formatting and manipulation.

10 jQuery Currency/Price Plugins Source | Demo

(Note: Replace https://www.php.cn/link/874dc8c9cd9006d9aaca0cb5ac550812 and https://www.php.cn/link/e1dd47cc816ac88ccd8100451384c97a with actual links to the source code and demo pages for each plugin.)

Remember to include jQuery before using any of these plugins. This compilation provides a range of options for various currency-related needs in your jQuery projects.

The above is the detailed content of 10 jQuery Currency/Price Plugins. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template