jquery-cron

WebJar for jquery-cron

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

jquery-cron
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-cron
WebJar for jquery-cron
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/shootermv/jquery-cron

Download jquery-cron

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery-cron/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>jquery-cron</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-cron/
implementation 'org.webjars.bower:jquery-cron:0.1.4'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-cron/
implementation ("org.webjars.bower:jquery-cron:0.1.4")
'org.webjars.bower:jquery-cron:jar:0.1.4'
<dependency org="org.webjars.bower" name="jquery-cron" rev="0.1.4">
  <artifact name="jquery-cron" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery-cron', version='0.1.4')
)
libraryDependencies += "org.webjars.bower" % "jquery-cron" % "0.1.4"
[org.webjars.bower/jquery-cron "0.1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.4