Steven Hancock
95d5c9ca68
Fix Jasmine tests - first pass
...
193 specs | 5 failing
The 5 failing specs appear (according to Firebug) to be due to missing
fixtures and/or missing routes in the Jasmine environment. Fixing these
last 5 failures is a task probably best left to a more experienced
Javascript/Jasmine developer.
This commit also moves validation.js and clear-form.js into
app/assets/javascripts and precompiles validation.js
2012-03-27 18:08:27 -07:00
danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
Dan Hansen
f807bc25d1
whitelist certain keyCodes, e.g. tab, fixes #795
2011-01-13 01:24:05 -06:00
lfortin
0393ac5a6f
more JS formatting
2010-12-19 00:15:00 -05:00
lfortin
77c102cce6
more JS formatting
2010-12-16 23:46:28 -05:00
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