shawnchin / jquery-cron

A jQuery plugin to provide a simplified interface for users to specify cron entries
http://shawnchin.github.io/jquery-cron
MIT License
177 stars 118 forks source link

Expose periods as an option to override displayed periods #17

Open dule opened 9 years ago

dule commented 9 years ago

Implements #16

Allows you to pass in a periods option in order to control which periods to display:

e.g.,

$(".cron-schedule").cron({
    periods: ['day', 'week', 'month', 'year']
})