Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spantaleev/sijax-python
An easy to use AJAX library for Python based on jQuery.ajax
https://github.com/spantaleev/sijax-python
Last synced: 2 months ago
JSON representation
An easy to use AJAX library for Python based on jQuery.ajax
- Host: GitHub
- URL: https://github.com/spantaleev/sijax-python
- Owner: spantaleev
- License: bsd-3-clause
- Created: 2011-02-23T17:03:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T04:48:32.000Z (about 2 years ago)
- Last Synced: 2024-10-14T07:24:16.497Z (3 months ago)
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 42
- Watchers: 5
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE.txt
Awesome Lists containing this project
README
Sijax - a Python/jQuery ajax library
####################################Sijax stands for "Simple ajax" and provides just that.
It's a simple Python/jQuery library providing easy ajax integration for python web apps.The main idea is to use javascript code that calls server-side callbacks, which generate a response (manipulating the DOM, etc) and pass it back to the client.
This way, you don't need to manually dispatch ajax requests to certain URIs and go over each XML/JSON response manually.Sijax was initially developed for PHP, inspired by the Xajax_ library (PHP-only).
Take a look at the documentation_ to learn more.
.. _Xajax: http://xajax-project.org/
.. _documentation: http://packages.python.org/Sijax