# jquery-fugit

> A lightweight jQuery plugin for time input fields.

Latest version **0.5.0** (published 2019-07-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install jquery-fugit
pnpm add jquery-fugit
yarn add jquery-fugit
bun add jquery-fugit
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.0 |
| Published | 2019-07-08 |
| First published | 2018-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1006.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tim G. Thomas |
| Maintainers | timgthomas |
| Keywords | jquery, jquery-plugin, input, time |

## Links

- npm: https://www.npmjs.com/package/jquery-fugit
- Repository: https://github.com/timgthomas/jquery-fugit
- Homepage: https://github.com/timgthomas/jquery-fugit#readme
- Issues: https://github.com/timgthomas/jquery-fugit/issues
- npm.io page: https://npm.io/package/jquery-fugit

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.5.0 (latest) — 2019-07-08
- 0.4.0 — 2018-01-26

## README

# jQuery Fugit

A lightweight jQuery plugin for time input fields.

## Installation

Include Fugit's CSS:

```html
<link rel="stylesheet" href="jquery.fugit.css">
```

Include jQuery and the Fugit plugin script:

```html
<script src="jquery.js"></script>
<script src="jquery.fugit.js"></script>
```

Initialize the plugin as follows:

```javascript
$(document).ready(function() {
  $('input').fugit();
});
```

## Usage

The automated tests in `test/tests.js` outline most usage scenarios; start there to learn how to interact with the plugin.

## Testing

Tests are written in [QUnit](https://qunitjs.com/). As this plugin requires a DOM and jQuery, serve the repo as a web app and open `test/index.html` in a browser.

---
_Source: https://npm.io/package/jquery-fugit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
