ajaxselectlist is the first of my extensions that gets released to the TYPO3 Extension Repository. It is available on GitHub, too.
A tutorial regarding Ajax and TYPO3 can be found here.
But wait, what does it do?
This extension provides a drop-down list which uses Ajax to load records into the page without reloading the website.
- potential uses: for instance listing of employees or branch stores
- multilanguage support
- based on Extbase and Fluid
- easy installation
- fully functional, but basic Fluid templates without further styling, because:
- the templates are meant for customization! Simply adapt them to your specific design and needs.
- depends on jQuery (the Ajax request could be rewritten to vanilla JavaScript, though)