Hi.

Im not sure if this is the correct way of going about this so i
thought i'd ask the experts...

I have a jquery ajax script which simply returns true or false based
on the response from a php script.

This works just fine.

However i want to know if it is possible to load a second ajax call if
the first returns true?

I've tried placing the second $.ajax inside the success fuction of the
first $.ajax but the second call never triggers or doesn't return
anything.

Is there a way of queuing $.ajax functions so they fire on after
another?

Reply via email to