I am looking for a mature framework that can do Javascript mocking, especially on AJAX and JSON area.
Is there any existing mocking framework for Javascript ( and/ or JQuery) that you are used and can recommend?
Edit: I have evaluated jqmock and jqunit. It seems that it's the only framework that can do basic library mocking and stubbing, but it can't do AJAX call.