/jquery-cron

A jQuery plugin to provide a simplified interface for users to specify cron entries

Primary LanguageJavaScriptMIT LicenseMIT

jQuery plugin: cron

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

Dependencies

  • jQuery
  • [jquery-gentleSelect]

Usage

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>

Others

Copyright (c) 2010, Shawn Chin. Copyright (c) 2013, Roman Khmelichek.

This project is licensed under the MIT license.