资 源 简 介
Gun Basic-JS is a Simple, Ad hoc library for Web Developers that dont want to create fat html clients.
It works by allowing Ajax responses to be self descriptive allowing it to update to which DIV or Evaluating any Javascript codes.
It is extremely simple to use, very small code base.
Targets web developers that are not inclined to code too much on Javascript.
It is free from any Javascript Libraries, Stand alone.
Example
To make a GunBasic Call
autoajaxcall (null, "GET", "js.html", "exampleparam=123", showworking, hideworking);
Params:
1. Just Ignore for now, use null.
1. HTTP Method, GET|POST
1. URL of the Ajax Call
1. Parameters for the Ajax Call
1. Function OnStart, Optional
1. Function OnComplete, Optional
The output from js.html would be:
```
div1example2|div2example2|
TITLE|HEY|