If there are errors, the other fields removes the error message/class when the requirements are satisfied. For some reason, my email field does not change until I press submit again. Is this how it was intended?
I found this tutorial on creating a slideshow and it is very basic. I've been fiddling around with it and got it to slide the thumbnails horizontally instead of vertically.
What I've been trying to do and failed on both is adding a previous button and making the animation pause on hover over the container.
i've incorporated a php email script i had for a while instead and copied the email validation from my jquery script into php so they match. jquery and php validation both works and email sends
the new php validation works. i've been with php longer than jquery, so i'm having problems trying to convert that into a jquery filter which i can replace the old one.. can anyone help?
I have a website which I am developing offline and I have run into a problem. I am using several jQuery plugins together and I am not sure which is conflicting. I know scrollables from jQuery Tools conflict with ScrollTo, so I have already disabled that part. I have the following jQuery plugins embeded:
I never got jQuery Tools tabs and SerialScroll to work together. On the main page, I have LocalScroll working for the entire window. I got jQuery Tools tabs to work in a subsection with ajax/history. I am trying to put a scrollable/serialscroll inside the ajax tabs. I think jQuery Tools scrollables was a little complicated for me to implement, so I went with serialscroll. I have a working test file with SerialScroll working the way I want, but when I move it to the main file, it breaks jQuery Tools tabs. Both the test file and the main file use the same javascript and they both work separately. What is conflicting?
The way I have my form set up, I have a line break between the input fields and their labels. By default, the Validation plugin puts errors after the input field. I am trying to put the errors next to the labels so it looks like...
Name: This field is required. [ ]
I've read the documentation and tried modifying the errorPlacement example, but I never got it to work the way I want it. Here is the form I am using.