New version of the Add FullAjax plugin for Joomla! (2011.08.06).
The next little update :)
What new:
- fixed work in Firefox with sending standard Joomla forms (thanks for Cyprian Śniegota)
- several small changes
New version of the Add FullAjax plugin for Joomla! (2011.08.06).
The next little update :)
What new:
New version of the Add FullAjax plugin for Joomla! (2011.06.05).
Plugin connect FullAjax lib to Joomla. And enables easy setup of the library.
What new:
Using the library FullAjax can face the fact that other scripts (eg LightBox) refuse to work or its not working correctly. The reason these scripts from which refuse to work is very simple – they are not quite designed to works with AJAX.
How can fix it I try describe in a few lines below …
(more…)
New version of the Add FullAjax plugin for Joomla! (2011.03.08).
Plugin connect FullAjax lib to Joomla. And enables easy setup of the library.
What new:
How to configure:
(more…)
FullAjax library allows you to update more than one container through the implementation of it with two models of request – one request for one block and one request for multiple blocks. In the plugin Add FullAjax (2011.01.10) this feature is used to update the “Breadcrumbs” module. Of course instead of the “Breadcrumbs” module you can use any other, but only one – this is due to the fact that now I have not thought how to automate the setup process to upgrade several modules. Below a little instruction how to configure the update several modules through Ajax.
(more…)
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…)