An open API service indexing awesome lists of open source software.

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

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.