Skip to content

jQuery плагин для создания простого интерфейса редактирования cron расписаний

License

Notifications You must be signed in to change notification settings

tariel-x/jquery-cron-russian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery plugin: cron, Russian locale

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.

jQuery plugin: cron, русифицированный

jquery-cron - jQuery плагин для создания простого интерфейса редактирования cron расписаний.

За подробной информацией обращайтесь на сайт jquery-cron.

Зависимости

Использование

Для начала использования достаточно подключить jQuery и JS/CSS скрипты jquery-cron. Затем разместить на странице слелующий код:

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

Подробности на jquery-cron.

Прочее

Copyright (c) 2010-2013, Shawn Chin.

Лицензия проекта: MIT license.

About

jQuery плагин для создания простого интерфейса редактирования cron расписаний

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 88.0%
  • CSS 12.0%