arnapou/jqcron

Library - Simple cron class bound to the JS lib that come with it.

Installs: 172 226

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Forks: 5

Language:JavaScript

v1.3 2023-11-25 16:58 UTC

This package is auto-updated.

Last update: 2024-04-05 10:30:01 UTC


README

Cron jQuery plugin

Originaly created in july 2012.

Important ⚠️

1️⃣ The project is hosted on GitLab (github is only a synchronized repo).
2️⃣ I have not the time to maintain anything here outside the small php class.
3️⃣ Make a PR if you want to have a chance to see changes.
4️⃣ This is a very old project, nowadays, it could be ported to be browser-native without any jQuery.

If you are a JS developer and want to maintain this repo, feel free to contact me.

Features

  • multi select
  • i18n
  • custom binding with dom element (can be two ways sync for instance with input)
  • lots of options (reset button, default value, ...)
  • php class to test matching dates

Alternatives

  • react-js-cron: A React cron editor with antd inspired by jqCron