georgpreissl / contao-ajax-page-load
Contao 4 bundle for loading pages with ajax.
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.1
- contao/core-bundle: ^4.9
Requires (Dev)
- contao/manager-plugin: ^2.0
This package is auto-updated.
Last update: 2024-10-29 06:12:16 UTC
README
A Contao Bundle to load pages with Ajax.
Information
The bundle provides a front-end module called 'Ajax Loader'. Pages can be selected in the settings of this module. These pages then appear in the front end as a simple menu. If one of the menu items is clicked, the content of the respective page is loaded into a div called "ajax-container".
For loading to work, jQuery must be activated in the layout settings in the backend.