Does Ajaxify only work live? That is to say, doesn't it work locally? I’m working on a local site, have a basic implementation and it hasn't changed anything.
Asked
Active
Viewed 110 times
2 Answers
2
Yes, Ajaxify can work locally also. It is simply a library which is based on jQuery.
Please check all these points in your code:
- You need to replace the URLs from where you are sending the request.
- You need to check if you have internet access (Not sure but may be it is using any external library too).
- You need to add the jQuery library at the above of this library.
Here is more for Ajaxify.

Code Lღver
- 15,573
- 16
- 56
- 75
0
Thanks. All those points are covered but still no fade... Using animsition in the meantime but would ideally want Ajaxify because animsition doesn't preserve the current page, only animates to the next one... One thing-- what do you mean by "replace URLs"? Thanks so much for the assistance.

pjldesign
- 387
- 1
- 3
- 17
-
Thanks. All those points are covered but still no fade... Using animsition in the meantime but would ideally want Ajaxify because animsition doesn't preserve the current page, only animates to the next one... One thing-- what do you mean by "replace URLs"? Thanks so much for the assistance. – pjldesign Apr 27 '15 at 10:02