Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajenbo/sajax
Simple Ajax with multiple backend implementations
https://github.com/ajenbo/sajax
Last synced: 3 months ago
JSON representation
Simple Ajax with multiple backend implementations
- Host: GitHub
- URL: https://github.com/ajenbo/sajax
- Owner: AJenbo
- Created: 2010-02-16T18:44:21.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T08:06:01.000Z (over 7 years ago)
- Last Synced: 2024-10-13T13:08:57.996Z (4 months ago)
- Language: PHP
- Homepage: sajax.info
- Size: 77.1 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.txt
Awesome Lists containing this project
README
WELCOME TO SAJAX
================[![Codacy Badge](https://api.codacy.com/project/badge/Grade/194ee26fecdc4092ad05cdd3a9b91eaf)](https://www.codacy.com/app/AJenbo/Sajax?utm_source=github.com&utm_medium=referral&utm_content=AJenbo/Sajax&utm_campaign=Badge_Grade)
Sajax is a cross-platform, cross-browser web scripting toolkit
that makes it easy to expose functions in your code to JavaScript.For more information about Sajax, please see the homepage:
https://github.com/AJenbo/Sajax
In this archive you will find a folder for each platform that is
currently supported. Please see individual documentation in each
folder for specific errata.As of 0.13 a JavaScript implementation of JSON.stringify() has
become a requirement when sending data for browsers that does not
have this nativly (IE8 or FF3.5). JSON2 from
http://www.json.org/js.html has been included for this reason.It is highly recomented to also include a JSON.parse()
implementation for better security for the client, especialy when
handeling data from othere sites, json.parse.js is the
implementation from JSON2, unfortunatly this breaks Safari 1.3.2
json_parse_state.js seams to be the most compatible but
json_parse.js might also be worth checking out.