Profile
Achievement
kcmr's Recent Snippets
- All /
« Prev 1 Next »
Función para usar con el evento onkeydown, que funciona igual en todos los navegadores. Onkeypress devuelve 0 para las teclas especiales en navegadores que no sean Internet Explorer.
0
844
posted 15 years ago by kcmr
This method uses the "min-height" property to give "hasLayout" in IE 7, "height" property for IE 6 and the pseudo-element ":after" and "content" property for Gecko based and IE 8 Beta.
2
814
posted 16 years ago by kcmr
Use sample:
var inputTxt = getElementsByAttr('input', 'type', 'text');
1
688
posted 16 years ago by kcmr