Hi ..

I have a form let call it "myform", inside the form I use many kind of
ajax calls.
I have some ajax function for validating data, some for retrieving/
code completion and I have one ajax for post the data/save data.

I want  $('#myform').ajaxComplete(function(data){ .....  }); to be
called just once when I call post/save data function only, but it
seems everytime I interacted with fields using ajax, this ajaxComplete
was called.

can you give me some help about this .. thx

Reply via email to