Displaying 1 result from an estimated 1 matches for "validatem".
Did you mean:
validated
2007 May 25
1
form_remote_tag :condition
I am using the following validation prototype-based js library:
http://tetlaw.id.au/view/javascript/really-easy-field-validation
What I am trying to do is upon submitting a form via AJAX, I want it
to meet the conditions of the validation of the function validateMe()
If it passes, go ahead and continue and push the form information via
an AJAX call. This is what I have:
<% form_remote_tag :update=>''nothing'',
:url=> {:action => ''create''},
:condition =>''validateMe();'',
:html=> {:id=&...