diff options
Diffstat (limited to 'demos/datepicker/date-formats.html')
-rw-r--r-- | demos/datepicker/date-formats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/date-formats.html b/demos/datepicker/date-formats.html index 7c39de85e..f00310a47 100644 --- a/demos/datepicker/date-formats.html +++ b/demos/datepicker/date-formats.html @@ -20,7 +20,7 @@ var value, datepicker = $( "#datepicker" ).datepicker(); - $( "#format" ).change( function() { + $( "#format" ).on( "change", function() { value = $( this ).val(); if ( value === "iso" ) { |