[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

05/14/2009 at 10:07AM PDT, ID: 24409345 | Points: 250
[x]
Attachment Details

Custom Form Validation Rule jQuery

Asked by ghmurphy in JavaScript, Jquery

Tags: jQuery cfuniform

I am trying to write a custom form validation rule for jQuery.  Here is what I want in the rule.  I want to make element id caption1 required if there is any text inside of id photo1.  The rule I have written works except it gets fired if I submit with photo1 empty.  I am attaching my ColdFusion code and I will paste my rule here.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
{
         rules: {
     		caption1: {
        	required: function(element) {
            return $('#photo1').length > 0;
        } 
        }
        },
         messages: {
           caption1: {
           required: "Please provide an email"
          }
         }
}
Attachments:
 
cfuniform-form
 
[+][-]05/14/09 10:23 AM, ID: 24387194

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/14/09 10:23 AM, ID: 24387200

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/20/09 10:14 AM, ID: 24434099

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/20/09 10:30 AM, ID: 24434232

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625