openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

Jquery-1.11.0.min.js and Jquery.min.js not working with Jquery SelectBox and Autonumeric Jquery #170

Open sarathi125 opened 7 years ago

sarathi125 commented 7 years ago

Hi, I am developing one webforms application, in that for a currecy text with '$9,999.99' format, I have used two Jquery files Accounting.min.js and AutoNumeric-1.9.18.js.

with these I am using the Jquery.min.js, Jquery-1.11.0.min.js to start work, But in that page we have some dropdownlists which has styles and jquery formatting using JQuery.SelectBox.js

Now after implementing the currecy format jquery files, the DropDownLists style is impacted. Please advise how to proceed with this issue.

Note: When I remove/comment the Jquery-1.11.0.min.js and Jquery.min.js it is working without any issues, but currency textbox validation not working.

http://codepedia.info/jquery-allow-numbers-decimal-only-in-textbox-numeric-input/ http://openexchangerates.github.io/accounting.js/ https://plugins.jquery.com/autoNumeric/