Skip to content

Commit 462a1a9

Browse files
sippsolutionsacrobat
authored andcommitted
Update markup.rst
1 parent 4a954ca commit 462a1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Example to save the embedded datepicker value to a hidden field
8282
::
8383

8484
$('#datepicker').datepicker();
85-
$('#dateipicker').on("changeDate", function() {
85+
$('#datepicker').on("changeDate", function() {
8686
$('#my_hidden_input').val(
8787
$('#datepicker').datepicker('getFormattedDate')
8888
);

0 commit comments

Comments
 (0)