ajaxify
ajaxify copied to clipboard
Ajaxify your entire website instantly with this simple drop-in script using the HTML5 History API with History.js and jQuery ScrollTo.
Hello, I implemented Ajaxify into a Wordpress theme and everything is working fine. But external plugins don't reload after changing pages. Their JS isn't loading again. They work only on...
A simple change for ajaxyfi support a useful HTML 5 resource: map links ().
I have a ".no-ajaxy" on dynamically created content but ajaxify-html5 does not seem to respect that. Is there any workaround? function do_something(){ $('.gallery-icon a').addClass('fancybox no-ajaxy').attr('rel', 'gallery'); } above function is...
Hello, I am trying to use Ajaxify in a Mkdocs project. So far so good, however, it seems part of the markup, the Navigation in this case, does not refresh...
Hi guys, Great plugin. I would like to use it on my project, where I just Handlebars.JS to render dynamic content. However, when I just Ajaxify then the Script-tags (that...
I added support for the new Analytics.js, and fallback in case the scrollTo plugin is not present.
I didn't understand... where i put this line? javascript:var%20e=document.createElement('script');e.setAttribute('src','//rawgithub.com/browserstate/ajaxify/master/ajaxify-bookmarklet-helper.js');document.body.appendChild(e);void(0); Thank you :)
Love Ajaxify, fits exactly to my needs. One problem though: I use it on a WP install. It works like a charm, but it does not assign a 'current' class...
This plugin works very well (in Chrome) on a site I'm developing. In Firefox, however, ajax isn't firing at all. Is this a known issue with the plugin or could...
I added support for links that are generated dynamically. (ex. AJAX load of links)