Hi WP header
Category: Hacks
Unmask masked “password” form fields with Javascript link
Add this as the properties of a favorite or bookmark. javascript:var%20els%20=%20document.getElementsByTagName(‘input’);%20for(var%20x=0;%20x<els.length;%20x++){if(els[x].type.toLowerCase()==’password’){var%20test=els[x].type=’text’;}}
understanding html5 meter behavior
Discounting the gray background, the default meter element was able to display three colors: red, yellow, and green. Zones or ranges are the key to understanding which values will result in which color. Assuming values min < low < high < max, three zones can be created by setting values for the low and high… Continue reading understanding html5 meter behavior