sijax-python icon indicating copy to clipboard operation
sijax-python copied to clipboard

An easy to use AJAX library for Python based on jQuery.ajax

Results 8 sijax-python issues
Sort by recently updated
recently updated
newest added

jQuery has gotten obsolete to the point where adding this library to a website for the sake of making API calls does not make sense. Instead of jQuery, this library...

Is this project still supported? i haven't seen any updates.

In the section for [Available Response methods](https://pythonhosted.org/Sijax/usage.html#available-response-methods) there a link pointing to [BaseResponse](https://pythonhosted.org/Sijax/api.html#available-response-methods) saying the list of available response methods can be found there, but that section is empty. It...

In other words, could I generate some data in a sijax handler and return that data to the JS script that called the handler?

Should fix: spantaleev/flask-sijax#11

Since Python < 2.6 is not supported any longer, we can rely on the standard library package `json`.

This change will enable the module to be installed with python 2.6+ and python 3+ but it wont work with python 2.5. Do with it as you please.

hi, i have read your doc,but i dont know how to use it with django?