ajax callbacks are not fired

ajax callbacks are not fired

look to this code:
http://gist.github.com/365771

The second $.ajax() works fine.

The first never fire the callbacks.

Why?

Both is receiving data successfully.

Thanks.