Multiple-Dates-Picker-for-jQuery-UI icon indicating copy to clipboard operation
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard

From "textarea" instead of "input"

Open CodeMonkeyMC opened this issue 13 years ago • 0 comments

I would like to use a "textarea" field to show the selected dates instead of an input type="text". This does not appear to work. I have included the code I am using below. This works if I use a with the class, but not with the textarea.

<script> $(document).ready(function(){ $('.multi_date_input').multiDatesPicker(); }); </script>

<textarea name="publicationDates" class="multi_date_input" style="height:70px;width:250px;"></textarea>

Any suggestions?

CodeMonkeyMC avatar Oct 03 '12 22:10 CodeMonkeyMC