Welcome Guest, Not a member yet? Register   Sign In
Jquery Help Please
#1

[eluser]razerone[/eluser]
Hi I am working on a new contact page for codeigniter but can not get my jquery validation to work not showing my my "has" classes. And still send mail through. I am trying to get the jquery to work so stops sending mail until all fields are filled in correctly.

http://codepen.io/CarraraWebsiteSolutions/pen/rIALo

Any ideas would be great thank you I have been reading through user guide all day but as a friend said There's only one rule - please don't tell anyone to go and read the manual/user-guide. Sometimes the manual just SUCKS!
#2

[eluser]webdevguy32[/eluser]
test
#3

[eluser]Zack K.[/eluser]
Well, you might want to explain your situation a little better...as what you provided works just fine, you just need to fix your email rule to be like this:

Code:
email: {
   required: true,
     email: true
},
#4

[eluser]razerone[/eluser]
I got it all fixed now just going to implement it to codeigniter soon.




Theme © iAndrew 2016 - Forum software by © MyBB