Skip to content

parthenon/parthenonTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Parthenon Skill Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published