As already known, JavaScript library FullAjax the ability to easily implement Ajax technology for your site without additional knowledge JavaScrip. You need only basic knowledge of HTML and in some cases change the logic in the server-side of the site. So here are some basic points will describe the implementation of this library.
Download latest version of the library (can here) and connect it to the site.
1 2 3 4 | <script type="text/javascript" src="/fullajax.js"></script> <script type="text/javascript"> //here configuration for fullajax </script> |
Next you must (more…)