Tuesday, 15 July 2014

javascript - jQuery UI Datepicker - Inline - Close button dissapear -



javascript - jQuery UI Datepicker - Inline - Close button dissapear -

i'm using jquery datepicker in cms.

i'm using pluggin create selecting multiple dates: https://github.com/dubrox/multiple-d...-for-jquery-ui

the calendar flashes , reappears in current month when select dates previous months. flashes illustration multidates select: http://jsfiddle.net/cza76nrx/1/

to "try" prepare used piece of code allow inline when opened. code.

onselect: function() { $(this).data('datepicker').inline = true; }

example code: http://jsfiddle.net/cza76nrx/2/ issue: not close when click on other form elements or when pulse outside document

i actived close button close manually when press date close button dissapear. example: http://jsfiddle.net/cza76nrx/3/

why can happen?

javascript jquery datepicker

No comments:

Post a Comment