[jQuery] Re: "required field" keeps on appearing

2009-03-12 Thread exhaler
can't help u much. try to create a table for each form, that way table tag is inside of the form tag

[jQuery] Re: "required field" keeps on appearing

2009-03-11 Thread exhaler
i fixed the issue, turns out putting a form tag inside a table tag causes this problem

[jQuery] Re: "required field" keeps on appearing

2009-03-11 Thread exhaler
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

[jQuery] [validate] "required field" keeps on appearing

2009-03-11 Thread exhaler
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({

[jQuery] [validate] submit button keeps adding "required field" to the older message

2009-03-11 Thread exhaler
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({

[jQuery] [validate] jquery validation problem

2009-03-11 Thread exhaler
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({