jquery - Does ajaxify work locally? -
does ajaxify work live? say, doesn't work locally? i’m working on local site, have basic implementation , hasn't changed anything.
yes, ajaxify can work locally also. library based on jquery.
please check these points in code:
- you need replace urls sending request.
- you need check if have internet access (not sure may using external library too).
- you need add jquery library @ above of library.
here more ajaxify.
Comments
Post a Comment