Wordpress Ajaxify – HTML5 History API
Wordpress Ajaxify uses HTML5 History API to load pages and submit forms without reloading the entire page. When you click a link to a page from your website, that page will be loaded with jQuery Ajax and the url from browser will be changed but the page won’t reload.
If you don’t want that some links to be loaded Ajaxify, simply add the .no-ajaxy class, or you can specify some selectors in the plugin settings page in the Wordpress Admin. For example if you have a link to an image or another file that is on your website, you need to load that link without Ajaxify otherwise will not work.
Wordpress demo: http://hazzardweb.net WooCommerce demo: http://demo.hazzardweb.net/woocommerce
EXTRA: I’ve also included mini website that uses HTML5 History API to load it’s pages. You can see how it’s working, test it and maybe you’ll make something that fits for a non-wordpress website. Demo here: http://bit.ly/10gfSPA
If you don’t have the latest version of this plugin send me a PM and I’ll send you the latest version. Changelog 1.1.5
Added new option for adding links that you don’t want to be loaded with WP Ajaxify.
1.1.4
New Option for adding forms to be submited with ajax (demo here http://bit.ly/13Z1vzP)
Some plugin fixes for WooCommerce Compressed javascript (but you have as well as the commented version)
1.1.3
Fixed Ajaxify Exceptions update option
1.1.2
Added Ajax Request Timeout option Added Scroll To selector Added Scroll Speed/Duration