Click here to Skip to main content
15,867,939 members

Comments by Sathiya moorthi (Top 4 by date)

Sathiya moorthi 7-Sep-17 11:25am View    
I try this but its come twice time data will append. first data is original form details and second data is with error
Sathiya moorthi 7-Sep-17 8:59am View    
When i enter the wrong email,This details will append in the data("
<div class="marg_pad"></div>
<form id="cust" name="Customer" method="post" class="">
    <div class="col-lg-12 col-md-12 no-padding">
        <p><input class="input-validation-error" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-required="The Email field is required." id="driver-email" maxlength="255" name="Email" placeholder="Email" required="required" type="text" value="fgse" /></p>
        <label id="lbl-driver-email-error" class="error error-label-style"><span class="field-validation-error" data-valmsg-for="Email" data-valmsg-replace="true">The Email field is not a valid e-mail address.</span></label>
        <small class="field-tip">Use your real email address. We don't spam.</small>
    </div>
 <input id="submit-cust" type="submit" value="Join"/>
        </div></form>
")
Sathiya moorthi 7-Sep-17 8:57am View    
Deleted
When i enter the wrong email,This details will append in the data("



The Email field is not a valid e-mail address.
Use your real email address. We don't spam.


")
Sathiya moorthi 21-Jun-17 3:26am View    
 $(document.body).on("load", function () {
         $('body').append(requestLoadTemplate);
         $('body').append(termsConditionsTemplate);
         $('body').append(contactInfoTemplate);         
         });

I'm using this code . That time not coming previous error,But template is not working.And also using document.ready that time error coming. Any other suggestion ?