https://github.com/matronator/ajaxette
Very simple lightweight AJAX implementation for Nette
https://github.com/matronator/ajaxette
Last synced: 10 months ago
JSON representation
Very simple lightweight AJAX implementation for Nette
- Host: GitHub
- URL: https://github.com/matronator/ajaxette
- Owner: matronator
- License: mit
- Archived: true
- Created: 2021-06-12T22:46:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T01:35:17.000Z (about 5 years ago)
- Last Synced: 2025-01-14T06:41:52.036Z (over 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### WARNING! This package has been renamed! The new repository is here matronator/axette.
# Ajaxette
Very simple lightweight AJAX implementation for [Nette](https://nette.org)
## Install
With npm:
```
npm install ajaxette
```
## Usage
Just call `registerAjaxHandlers` anywhere after the page is loaded and that's it! Everything else must be handled server-side by Nette and proper use of `{snippet}` tags.