可视化Cron表达式编辑器:Visual Cron Editor

jopen 9年前

一个jQuery插件实现了可视化创建和编辑Cron表达式。

在线示例

可视化Cron表达式编辑器:Visual Cron Editor

cron格式支持秒。

示例代码:

// be sure to include all required files ( see index.html file )  $(document).ready(function(){    // turn the div into a cron editor    $('.myDiv').croneditor();  });

项目主页:http://www.open-open.com/lib/view/home/1416035297258