Jeditable with jQuery UI Datepicker

前端 未结 5 788
借酒劲吻你
借酒劲吻你 2020-12-31 15:50

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

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 16:53

    Here is my solution, but isn't a complete jeditable input type.

    $.editable.addInputType('date', {
        element : function(settings, original) {
            var input = $('

提交回复
热议问题