An open API service indexing awesome lists of open source software.

https://github.com/triawarman/js-input-slugify

Slugify text input
https://github.com/triawarman/js-input-slugify

html-input jquery-plugin slugify

Last synced: 10 months ago
JSON representation

Slugify text input

Awesome Lists containing this project

README

          

# js-input-slugify
Slugify text input

```javascript
let el = new slugify(".text-input", {
enable: true, /* boolean or Html Element(checkbox), to allow plugin running */
targetElement: false, /* boolean or HTML Element where to put slugify result */
mode: "replace", /* "replace" slugify result to element and target element, "target" slugify result only to target element, "fill" slugify result only to target element if the target element is empty */
});
```