From d2271bc96f343810c08dd92777c2e120adb78b1b Mon Sep 17 00:00:00 2001 From: Chris <7539871+paxperscientiam@users.noreply.github.com> Date: Sun, 15 Mar 2020 00:36:28 -0400 Subject: [PATCH] Update markup.rst Only the parent(s) should be selected. --- docs/markup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });