jquery-cron is a jQuery plugin for presenting a simplified interface for users to specify cron entries.
- jQuery
- [jquery-gentleSelect]
To use this plugin, one simply needs to load jQuery,
and the JS/CSS scripts for jquery-cron, then attach it an empty <DIV>
on DOM ready:
$(document).ready(function() {
$('#selector').cron();
});
</script>
Copyright (c) 2010, Shawn Chin. Copyright (c) 2013, Roman Khmelichek.
This project is licensed under the MIT license.