Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 597 Bytes

File metadata and controls

16 lines (14 loc) · 597 Bytes

Parthenon Skill Test

A jQuery Plugin that parses crontab commands and outputs their scheduled times to a table

Frist, Load the plugin on the page after jQuery

Example:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/jQueryCronParser.js"></script>

Then, simply call the jQueryCronParser method on an element, passing in the input element and the output element

Example:

 $('#button').jQueryCronParser('#input','#output');

note: output element should be a table and input should be a textarea