can't help u much.
try to create a table for each form, that way table tag is inside of
the form tag
i fixed the issue, turns out putting a form tag inside a table tag
causes this problem
u can go here http://goingpublic.me/newbr/add.php using FF or opera
and press submit a couple of times and see what happens
hi,
i'm new to jquery, i'm currently using the validation plugin to
validate my forms.
here's my code
$.validator.setDefaults({
submitHandler: function() { alert("submitted!"); }
});
$().ready(function() {
$("#addrest").validate({
hi,
i'm new to jquery, i'm currently using the validation plugin to
validate my forms.
here's my code
$.validator.setDefaults({
submitHandler: function() { alert("submitted!"); }
});
$().ready(function() {
$("#addrest").validate({
hi,
i new to jquery, i'm using the jquery validation to validate my form.
using this code
$.validator.setDefaults({
submitHandler: function() { alert("submitted!"); }
});
$().ready(function() {
$("#addrest").validate({
6 matches
Mail list logo