Skip to content

triawarman/js-input-slugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

js-input-slugify

Slugify text input

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 */
});

Releases

No releases published

Packages

No packages published