I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker.
Currently, I\'m using JEditable to provide the i
Here is my solution, but isn't a complete jeditable input type.
$.editable.addInputType('date', { element : function(settings, original) { var input = $('