diff --git a/docs/markup.rst b/docs/markup.rst index 546b844e9..a39a49276 100644 --- a/docs/markup.rst +++ b/docs/markup.rst @@ -55,7 +55,7 @@ Note that that ``input-daterange`` itself does not implement the ``datepicker`` :: - $('.input-daterange input').each(function() { + $('.input-daterange').each(function() { $(this).datepicker('clearDates'); });