可视化Cron表达式编辑器:Visual Cron Editor
jopen
10年前
一个jQuery插件实现了可视化创建和编辑Cron表达式。
在线示例
cron格式支持秒。
示例代码:
// be sure to include all required files ( see index.html file ) $(document).ready(function(){ // turn the div into a cron editor $('.myDiv').croneditor(); });