diff options
Diffstat (limited to 'demos/spinner/currency.html')
-rw-r--r-- | demos/spinner/currency.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html index b39a431c5..0509e80a0 100644 --- a/demos/spinner/currency.html +++ b/demos/spinner/currency.html @@ -16,7 +16,7 @@ <link rel="stylesheet" href="../demos.css"> <script> $(function() { - $( "#currency" ).change(function() { + $( "#currency" ).on( "change", function() { $( "#spinner" ).spinner( "option", "culture", $( this ).val() ); }); |