I have a static html page for testing and the remote field is wired
correctly with email as the following
rules: {
FirstNameEdit: { required: true },
LastNameEdit: { required: true },
EmailEdit: { required: true, email: true, remote:
"emails.jsp" } ,
Hi there just wondering if I can get some help from you guys?
I have some code as per:
// validate signup form on keyup and submit
var validator = $('form').validate({
event: 'keyup',
rules: {
'<%= ddlRank.UniqueID %>': {
Hi, I am new to jQuery. I follow the example on
http://docs.jquery.com/Plugins/Validation/Methods/email to add rules
to a form validator. When I modified the rules to email: true
(required: false), the script seems to stall there, no error message
nor a check. Can someone tell me if I am doing any
Hi,
I am new to JQuery , can anyone tell me any example ,how to do
form validation for JSP. I have two text box one for Subject and
another one for email Id .
Thanks,
Lucky
You'll have to forgive me if this question sounds easy but I am fairly
new to jQuery so I'm still learning things here.
I'm trying to do the following:
-Display a signup form with the Fancybox plugin (working)
-Validate the form, currently using the bassistance Validation plugin
(working)
-Dynam
I have two scripts, one validates the form and the other enters the
data into a SQL database without a page refresh. Both scripts work
fine on there own...
How can I combine them so the form validates and then inserts when
form is free of errors. Please see the two scripts below. I suspect it
be
Hello,
This is my first post in this group.
I am trying to use the
Form Validation Plugin with Ruby on Rails, and I can“t make it work.
It seems only working with forms using the 'get' action, not with
'post.
An this goes against the REST principles of the architecture I am
using.
Is there some p
7 matches
Mail list logo