GithubHelp home page GithubHelp logo

hhy5277 / intercooler-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bigskysoftware/intercooler-js

0.0 2.0 0.0 1.43 MB

Making AJAX as easy as anchor tags

Home Page: http://intercoolerjs.org

License: MIT License

JavaScript 45.98% HTML 53.66% Ruby 0.17% CSS 0.20%

intercooler-js's Introduction

Introduction

Intercooler is a small (25K unzipped) library that allows you to add AJAX to your application using HTML attributes.

Here is an example:

    <!-- When this button is clicked an AJAX POST request is sent to /example and the 
         response content is swapped in to the body of the button -->
    <button ic-post-to="/example">
        Click Me!
    </button>

Despite this simplicity, intercooler supports quite a bit of functionality:

These features allow you to build modern web applications with little fuss, using a simple and intuitive REST-ful architecture that ensures good performance, excellent user experience and a minimum of complexity.

It also is very easy to incrementally retrofit intercooler into existing web applications to add AJAX functionality where it is most valuable.

Full documentation is available on the main intercooler website

Installing

Intercooler can be downloaded or hot-linked from the downloads page.

Or installed via bower:

 "dependencies": {
    "intercooler-js" : "0.9.4"
  }

Intercooler depends on jQuery v1.10.0 or higher.

License

Intercooler is licenced under the MIT License

Contributing

To contribute a change to intercooler:

  • Fork the main intercooler repository
  • Create a new feature branch based on the development branch with a reasonably descriptive name (e.g. fix_http_get_parameter_overriding)
  • Implement your fix
  • Add a test to /test/unit_tests.html. (It's pretty easy!)
  • Create a pull request for that branch against development in the main repository

Thank you to all the contributors!

intercooler-js's People

Contributors

allain avatar coffeecodecouch avatar dbpreston avatar dotnetchris avatar evilotto avatar gottlike avatar juggy avatar justbartlett avatar mdpaquin avatar mindreframer avatar mwkaufmann avatar niv avatar peterdavehello avatar rgroli avatar shrink avatar tipsy avatar vrinek avatar webholics avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.