Skip to content

A jQuery plugin to provide a simplified interface for users to specify cron entries. Originally forked from jquery-cron. It differs from the original parent project in that it allows granularity until minutes to be specified

License

lowks/jquery-crontab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery plugin: crontab

jquery-crontab is a jQuery plugin for presenting a simplified interface for users to specify cron entries.

Check out the jquery-crontab website for more information.

This plugin was developed to fulfill the requirements that arose from the BBotUI Project by shawnChin. While working on a project we found it useful and extended it's features. We needed some spesific features so we ended up extending it. As such, while we do try to make the implementation as generic as possible, we dare not claim this plugin to be as flexible as one would expect a sensible jQuery plugin to be.

There is much to be done on the flexibility and robustness front, and we welcome contributions and bug fixes. Feel free to fork and send us pull requests!

Dependencies

Usage

To use this plugin, one simply needs to load jQuery, jquery-gentleSelect and the JS/CSS scripts for jquery-crontab, then attach it an empty <DIV> on DOM ready:

$(document).ready(function() {
    $('#selector').cron();
});
</script>

For more options, see the jquery-crontab website. We would like to record thanks to the creator of the project Shawn Chin, which this project was originally forked from. How this project differs from the original jquery-cron is that we support cron definition down to the minute

Others

Copyright (c) 2013, Low Kian Seong.

This project is licensed under the MIT license.

About

A jQuery plugin to provide a simplified interface for users to specify cron entries. Originally forked from jquery-cron. It differs from the original parent project in that it allows granularity until minutes to be specified

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%