dllhlx / jquery-cron

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

Home Page:http://shawnchin.github.com/jquery-cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery plugin: cron

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

Check out the jquery-cron website for more information.

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 and the JS/CSS scripts for jquery-cron, then attach it an empty <DIV> on DOM ready:

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

For more options, see the jquery-cron website.

Others

Copyright (c) 2010-2013, Shawn Chin.

This project is licensed under the MIT license.

About

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

http://shawnchin.github.com/jquery-cron

License:MIT License


Languages

Language:HTML 88.0%Language:CSS 12.0%