How to fix an odd problem with autonumeric.js

by Steve French in How To Fix, JQuery on April 8, 2015

So, you’re using the standard autonumeric.js jquery plugin on your html 5 site – you set up the initialization properties and nothing happens – what is wrong?

First check to make sure that your textbox is of type “text” and not type “number” – that threw me for about ten minutes today.