I am sending a form via Ajax and have that part working fine.
Now my issue is if I use validate before sending I have to write the exact
validation rues that are done on the server...not the best solution coding
the same thing twice. And some of my validation rules require checking the
database f
Hi,
I've a technical problem, i use jQuery Form Plugin and it's working
well except for upload file.
Effectively after uploading file we can't see any response in firebug.
(You can see an example in the official website of jquery form plugin
http://malsup.com/jquery/form/#code-samples)
And in th
$('form').submit(function(){
var flage;
$.post('test.php',function(data){
if(data.length){
$('#message').html(data);
flage = true;
}
else{
Hi all,
I've been working with this page for a while, and I can't seem to
figure out the problem (it's running locally as it is just a tool for
me to try to fix up some data).
Basically what I have is a page that looks at the user submitted data.
The data is in a input box - but for simplicity i
hi all!
greetings to everyone!
I am sorry if I missed the solution
of this problem given here already
but I searched for quite some time.
here is my problem
I have written a form with only a select box
which, when changed, should submit
its form and load the response from the
server in the same
hi all!
greetings to everyone!
I am sorry if I missed the solution
of this problem given here already
but I searched for quite some time.
here is my problem
I have written a form with only a select box
which, when changed, should submit
its form and load the response from the
server in the same
Hi :D
I use Jquery validation from
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
and I got a question ...
I have form that I need to submit using ajax post() function.it works
well ... and now I tried to add data validation using jquery
validation .. it works well.
my form is
7 matches
Mail list logo