1.0.0 • Published 8 years ago

garudajavascript2 v1.0.0

Weekly downloads
-
License
SEE LICENSE IN <L...
Repository
github
Last release
8 years ago

A Modern Query Of Javascript | Garuda Javacript 2 | ES5 & ES6 Style

$my_btn.when("click",$=>{
  // Do something 
});

$getComment = __({
    url:"https://jsonplaceholder.typicode.com/comments/1",
    method:"get"
});

$getComment.request($response=>{
    _a($response);
});

Clone

git clone https://github.com/lamhotsimamora/Garuda-Javascript.git

HTML For Development

<script type="text/javascript" src="src/garuda.js"></script>

HTML For Production

<script type="text/javascript" src="https://cdn.rawgit.com/lamhotsimamora/Garuda-Javascript/master/src/garuda.js"></script>

CDN

https://cdn.rawgit.com/lamhotsimamora/Garuda-Javascript/master/src/garuda.js

Demo

http://bit.ly/GarudaJavascript2
1.0.0

8 years ago