/easy-ajax

基于 jQuery 的 Ajax 调用封装,简化常用场景下的 Ajax 调用。

Primary LanguageJavaScriptApache License 2.0Apache-2.0

easy-ajax

Based jQuery to build easy ajax api, to simplify ajax request for:

1. Dialog
2. Form, and submitting
3. HTTP asynchronous loading
4. others

Prerequisite

1. jQuery
2. jQuery Dialog Model

Installation

1. Setup jquery in yours html file
2. Define the Dialog Model
3. Load easy-ajax.js / easy-ajax.min.js into yours html file after jquery

API Introduction

# see easy-ajax.js

Check demo

open demo by browsers in demo directory.