All Projects → bigskysoftware → Intercooler Js

bigskysoftware / Intercooler Js

Licence: mit
Making AJAX as easy as anchor tags

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Intercooler Js

Calenstyle
Responsive Drag-&-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS & Windows Phone
Stars: ✭ 83 (-98.22%)
Mutual labels:  web-app, jquery
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (-48.11%)
Mutual labels:  jquery, front-end
frost-web
Frost Web is the front-end to Po.et's Frost API for managing accounts and API tokens.
Stars: ✭ 12 (-99.74%)
Mutual labels:  front-end, web-app
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-99.31%)
Mutual labels:  web-app, front-end
Hass Configurator
Configuration UI for Home Assistant
Stars: ✭ 211 (-95.47%)
Mutual labels:  web-app, jquery
reactjs-portfolio
Welcome to my portfolio react.js repository page.
Stars: ✭ 109 (-97.66%)
Mutual labels:  front-end, web-app
Web
📚 从零开始学 Web 前端系列图文教程。从零基础开始,手把手教你进入前端开发的世界。公众号「前端队长」作者。
Stars: ✭ 313 (-93.29%)
Mutual labels:  jquery, front-end
Sco.js
Javascript extensions for twitter bootstrap
Stars: ✭ 465 (-90.03%)
Mutual labels:  jquery
Jtsage Datebox
A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
Stars: ✭ 481 (-89.68%)
Mutual labels:  jquery
Vue Boilerplate Template
🍎 Efficient development of web SPA using Vue.js(2.*) + Webpack + Element-ui + Pwa + Vuex + Vuex-router + Vue-i18n + Dayjs + Lodash.
Stars: ✭ 461 (-90.11%)
Mutual labels:  front-end
Peity
Progressive <svg> pie, donut, bar and line charts
Stars: ✭ 4,214 (-9.61%)
Mutual labels:  jquery
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (-90%)
Mutual labels:  web-app
Domjudge
DOMjudge programming contest jury system
Stars: ✭ 484 (-89.62%)
Mutual labels:  jquery
Tony
An Elegant WordPress Theme Based on ✌️Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题
Stars: ✭ 462 (-90.09%)
Mutual labels:  jquery
Androiduix
Make a high-performance mobile web app / SPA with Android UI
Stars: ✭ 501 (-89.25%)
Mutual labels:  web-app
Dragula
👌 Drag and drop so simple it hurts
Stars: ✭ 21,011 (+350.69%)
Mutual labels:  front-end
Bitshares Ui
Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
Stars: ✭ 505 (-89.17%)
Mutual labels:  web-app
Strider
Open Source Continuous Integration & Deployment Server
Stars: ✭ 4,536 (-2.7%)
Mutual labels:  web-app
Cfviz
Visualizes user data from codeforces.com using the official API
Stars: ✭ 472 (-89.88%)
Mutual labels:  jquery
Bugcatcher
方便产品、开发、测试三方协同管理、测试、监控项目进度和质量,以持续交付。
Stars: ✭ 472 (-89.88%)
Mutual labels:  jquery

htmx

intercooler 2.0 (renamed to htmx 1.0) has been released. It is smaller, more expressive and no longer has a dependency on jQuery.

You can view the new website here:

http://htmx.org

And the new repo here:

https://github.com/bigskysoftware/htmx


Introduction

Intercooler is a small (6.74KB gzipped) jQuery or zepto.js based 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" : "1.2.0"
      }

Intercooler depends on jQuery v1.10.0 or higher.

License

Intercooler is licenced under the MIT License

Official Theme Music

Rober Parker

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!

🕊️🕊️🕊️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].