Skip to content

Commit aa7ee8d

Browse files
committed
Document remove function
1 parent 33d6b15 commit aa7ee8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,15 @@ Format a component.
167167

168168
Initializes an datepicker.
169169

170+
### remove
171+
172+
Arguments: None
173+
174+
Remove the datepicker. Removes attached events, internal attached objects, and
175+
added HTML elements.
176+
177+
$('#datepicker').datepicker('remove');
178+
170179
### show
171180

172181
Arguments: None

0 commit comments

Comments
 (0)