diff options
Diffstat (limited to 'demos/spinner/time.html')
-rw-r--r-- | demos/spinner/time.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/time.html b/demos/spinner/time.html index 2a527e42b..229b0e6b4 100644 --- a/demos/spinner/time.html +++ b/demos/spinner/time.html @@ -41,7 +41,7 @@ $(function() { $( "#spinner" ).timespinner(); - $( "#culture" ).change(function() { + $( "#culture" ).on( "change", function() { var current = $( "#spinner" ).timespinner( "value" ); Globalize.culture( $(this).val() ); $( "#spinner" ).timespinner( "value", current ); |