DISQUS

DISQUS Hello! A Noted Path by Theodore Nguyen-Cao is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

A Noted Path by Theodore Nguyen-Cao

Personal blog of Theodore Nguyen-Cao
Jump to original thread »
Author

Javascript Password Revealer using Prototype

Started by Theo · 8 months ago

Inspired by the latest Coding Horror post, here’s an code snippet that allows you to implement a password revealer using the Prototype JavaScript library.



function togglePassword(elem){

var e=$(elem);

e.type=='password' ? e ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login