Mock Your Ajax Requests with Mockjax for Rapid Development

The mockjax plugin is a development and testing tool for intercepting and simulating ajax requests made with jQuery with a minimal impact on changes to production code.

This is a sweet piece of Javascript that allows to build frontends on simply configured mock ajax data, speeding up the production pipeline on web projects.

Related Posts