Installation & Configuration
- Include latest jQuery
- Download & include jQuery Currency Convertter form this link
- Initilise with desired Configuration
- Enjoy!
To initialise
HTML
<div class="currency-selector"></div>
JS
$('.currency-selector').currency_converter({
base : 'INR',
target : '.price',
currencies : {
'INR' : { key : 'INR', rate : 1, format : '{value} INR', label : 'Indian Rupee (INR)' },
'GBP' : { key : 'GBP', rate : 100, format : '£{value}', label : 'Pound Sterling (GBP)' },
'EUR' : { key : 'EUR', rate : 80, format : '€{value}', label : 'Euro (EUR)' },
'USD' : { key : 'USD', rate : 60, format : '${value}', label : 'US Dollar (USD)' }
}
});
rate
is used as fallback if Yahoo Currency API is down.
Demo
choose currency!
Rs 818/month
Rs 1,635/month
Rs 4,388/month
Rs 9,939/month