intercooler-js

WebJar for intercooler-js

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

intercooler-js
Последняя версия

Последняя версия

0.9.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

intercooler-js
WebJar for intercooler-js
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/LeadDyno/intercooler-js

Скачать intercooler-js

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/intercooler-js/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>intercooler-js</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/intercooler-js/
implementation 'org.webjars.bower:intercooler-js:0.9.3'
// https://jarcasting.com/artifacts/org.webjars.bower/intercooler-js/
implementation ("org.webjars.bower:intercooler-js:0.9.3")
'org.webjars.bower:intercooler-js:jar:0.9.3'
<dependency org="org.webjars.bower" name="intercooler-js" rev="0.9.3">
  <artifact name="intercooler-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='intercooler-js', version='0.9.3')
)
libraryDependencies += "org.webjars.bower" % "intercooler-js" % "0.9.3"
[org.webjars.bower/intercooler-js "0.9.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [1.10.0,)

Модули Проекта

Данный проект не имеет модулей.

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!

🕊️ 🕊️ 🕊️

org.webjars.bower

LeadDyno, LLC

Версии библиотеки

Версия
0.9.3
0.4.10