ax5ui-formatter is a jQuery plugin that provides pre-defined formatting masks (money, date, phone, etc.) for input fields, part of the ax5ui UI library. Version 1.4.126 is the latest stable release, with low release cadence. It depends on jQuery 1.x+ and ax5core. Unlike alternatives like Cleave.js or Inputmask, it integrates deeply with Bootstrap and ax5ui ecosystem, using data attributes for declarative binding.
npm install ax5ui-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to set up ax5ui-formatter with Bootstrap, applying money and date formatting via data attributes.
Include Bootstrap CSS or ensure your own styling for input groups.
Switch to other CDN like jsDelivr (https://cdn.jsdelivr.net/npm/ax5ui-formatter@1.4.126/dist/ax5formatter.min.js) or host the files yourself.
Use script tags or configure bundler to handle CommonJS. For webpack: use webpack.ProvidePlugin for jQuery if needed.
Ensure ax5core.min.js is included before ax5formatter.min.js.
Ensure jQuery is loaded first, then ax5core, then ax5formatter. Verify file paths and script tags.
Include <script src="ax5core.min.js"></script> before ax5formatter.min.js.
Use a supported format (money, date, phone, etc.). Ensure ax5core is loaded.