parmarmayur9090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Inline with input #286

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Couldn't find this anywhere else and can't seem to get this simple (in theory) 
task to work.

I've got a simple datepicker which has a pop-up calender and on clicking, adds 
the date to the input field.

What i'm trying to do is to have the calender inline (no pop-up), and still 
write the selected day to the text field.

I've got it displaying inline, however it won't write to the input field.

Any help would be great!

my code:

<script>
    $(function()
    {

        $('#display').datePicker({inline:true})
        $('#start-date').bind(

        );

    });
    </script>
<div id="display"></div>
    <input name="start-date" id="start-date" class="date-pick" value="" type="text" />

Original issue reported on code.google.com by theenten...@gmail.com on 26 May 2011 at 4:44

GoogleCodeExporter commented 8 years ago
http://elementdesignllc.com/2009/09/jquery-ui-datepicker-inline-select/

Original comment by a.bancr...@manxtt.co.uk on 6 Sep 2011 at 10:30