aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/currency.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/spinner/currency.html')
-rw-r--r--demos/spinner/currency.html2
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() );
});