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).
-
jQuery Currency: A straightforward plugin for currency conversion and formatting.
Source | Demo
-
GlobalMoneyInput: Simplifies inputting monetary values, applying localized masks based on Microsoft's jQuery Global plugin.
Source | Demo
-
Ajax Currency Converter (Google API): A currency converter fetching data directly from Google's API using jQuery AJAX.
Source | Demo
-
jquery-formatcurrency: Formats jQuery object values as currency amounts.
Source | Demo
-
jQuery Price Format: Formats input fields as prices (e.g., 123456 becomes US$ 1,234.56), allowing customization of prefixes and separators.
Source | Demo
-
Currency Widget: A jQuery UI-themed widget enabling visitors to convert between currencies.
Source | Demo
-
autoNumeric(): Formats input fields with numeric strings, supporting various international formats and currency symbols, automatically adding separators and symbols as you type.
Source | Demo
-
How to Show Multiple Currencies: A tutorial demonstrating how to display multiple currencies on a storefront.
Source | Demo
-
format currency using jquery plugin: A tutorial using the jQuery Format Currency plugin (1.4.0) for easy currency formatting.
Source | Demo
-
jQuery-dataTables-Currency-Sorting-Plugin: A plugin for sorting currency values within DataTables.
Source | Demo
-
Curry.js: A self-contained currency converter supporting numerous currencies.
Source | Demo
-
NumeralJS.js: A JavaScript library for number formatting and manipulation.
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!