Normally, users press a link and a new page is loaded.With AjaxGetContent enabled on the site, instead of reloading the browser tab with the new page, the current page's content is removed, leaving the common elements in place (menu, footer, header, logo,...

minAjax.js simplifies the process of adding AJAX interactions to your site.The library supports callback functions after the data has been submitted.It also comes with support for a debug mode, and switching between async and non-async modes.A demo and...