diff options
Diffstat (limited to 'demos/spinner/decimal.html')
-rw-r--r-- | demos/spinner/decimal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html index d321f0312..6c3df9439 100644 --- a/demos/spinner/decimal.html +++ b/demos/spinner/decimal.html @@ -21,7 +21,7 @@ numberFormat: "n" }); - $( "#culture" ).change(function() { + $( "#culture" ).on( "change", function() { var current = $( "#spinner" ).spinner( "value" ); Globalize.culture( $(this).val() ); $( "#spinner" ).spinner( "value", current ); |