提交 3f30df94 authored 作者: xuxueli's avatar xuxueli

update document

上级 1abe154c
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
// Replace the input with an input group // Replace the input with an input group
var $g = $("<div>").addClass("input-group"); var $g = $("<div>").addClass("input-group");
// Add an input // Add an input
var $i = $("<input>", { type: 'text', placeholder: 'cron表达式...'}).addClass("form-control").val($(that).val()); var $i = $("<input>", { type: 'text', placeholder: 'cron expression...'}).addClass("form-control").val($(that).val());
$i.appendTo($g); $i.appendTo($g);
// Add the button // Add the button
var $b = $("<button class=\"btn btn-default\"><i class=\"fa fa-edit\"></i></button>"); var $b = $("<button class=\"btn btn-default\"><i class=\"fa fa-edit\"></i></button>");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论