Closed (won't fix)
Project:
jQuery libraries
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2008 at 20:01 UTC
Updated:
16 Jul 2010 at 20:40 UTC
I am quite new to Javascript and I am looking for some code that can be used to check whether some fields have the right values in them, before being submitted.
Is there some standardized Drupal way of doing so, or some guides to doing so?
Comments
Comment #1
nedjoSorry, this isn't the best place to ask your question. Maybe try posting to a support forum, http://drupal.org/forum/4 ?
Comment #2
cyb-2 commentedYou are looking for Ajax module for Drupal, available at: http://drupal.org/node/349961
Comment #3
sunThis project has a new purpose.
Comment #4
OpenChimp commentedTo my knowledge, there is not a standard approach for this. The Validation jQuery library can probably handle any of your needs. http://docs.jquery.com/Plugins/Validation
I would love to see drupal adopt a standard library like this one so that all form based modules and themes could leverage the same code.