2014-12-02 121 views

回答

1

插件文件夹内查找timepicker.js(JS文件夹)和替换以下:

$el.find('input.ps_timepicker').each(function(){ 
    var input = $(this) 

acf.get_fields({ type : 'date_time_picker'}, $el).each(function(){ 

     var input = $(this).find('input.ps_timepicker') 

线31和在我正在检查的时间32。