Commit graph

6 commits

Author SHA1 Message Date
Mark Schmale
9a873aa760 added fix for Bug #695 to email-validation 2010-12-13 15:54:35 +01:00
Mark Schmale
d163875577 added email validation. The border of the input field becomes red if the input seems to be invalid. 2010-12-13 15:46:19 +01:00
Mark Schmale
f5038cdc3c replaced charCode by keyCode. On every browser, keyCode is filled
with the Unicode Character Code when used in keypress.
charCode is only supported in some browsers.
2010-12-13 11:55:54 +01:00
Dan Hansen
55b16b00f4 Firefox sends charCode 0 when backspace is pressed 2010-12-12 01:09:47 -05:00
root
5d31a24e9e fixed spec, jquery event binding doesnt call the function itself, but a 'clone' of the function 2010-12-02 02:54:38 +03:00
root
5cd0a60073 Moved to it's own file, added specs 2010-12-02 02:22:05 +03:00