I am having a problem using globalize.js 1.x with jQuery UI spinner.
I would like to display appropriate currency symbol next to the number in spinner. But I am getting the error from following two functions:
Globalize.format
Globalize.parseFloat
Apparently, these two function is not available in Globalize 1.x. instead, they have introduced new functions:
.parseNumber( value [, options])
.formatNumber( value [, options] )
.formatCurrency( value, currency [, options] )
.formatDate( value, pattern )
I have tried to use these function in jQuery UI source code, but it has broken spinner altogether.
Any idea how to solve this problem?
I am using:
jQuery UI - v1.12.1 Globalize v1.3.0