Skip to content

mikeludemann/toggleViewInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

toggleViewInput

Toggle input type with password for security values

Examples

toggleView.text(inputElement);
toggleView.color(inputElement);
toggleView.date(inputElement);
toggleView.datetime(inputElement);
toggleView.datetimelocal(inputElement);
toggleView.time(inputElement);
toggleView.week(inputElement);
toggleView.month(inputElement);
toggleView.tel(inputElement);
toggleView.number(inputElement);
toggleView.url(inputElement);
toggleView.email(inputElement);
toggleView.file(inputElement);
toggleView.range(inputElement);
toggleView.image(inputElement);
toggleView.hidden(inputElement);
toggleView.radio(inputElement);
toggleView.checkbox(inputElement);

/* Call Method with Event Listener */

document.getElementById("toggle").addEventListener("click", function () {
    toggleView.text("#name");
});

About

Toggle input type with password for security values

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published