Hi fellow stackoverflow:ers,
I\'m using the jQuery Datepicker plugin, together with Martin Milesich Timepicker plugin. Everything works great, except for the fact th
Cool, if you are using jquery-ui-1.8.5.custom.min.js and jquery-ui.multidatespicker.js, you could modify the jquery-ui-1.8.5.custom.min.js: from:
if(a.inline)this._updateDatepicker(a);
into:
if(a.inline || !this._get(a, 'closeOnSelect'))this._updateDatepicker(a);