Intercooler.js 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Intercooler.js 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Intercooler.js 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2014-05-02

软件简介

Intercooler 是一个 PVC 框架,允许你使用 HTML5 风格绑定和 RESTful URL 来在应用中添加 AJAX 特性。这让 Web 应用有着更好的用户体验。使用 Intercooler 你可以使用非常容易理解的声明式属性来绑定你的 HTML 元素到 Ajax 调用点。

示例代码:

  <-- This button posts to the /example/click
         URL when it is clicked -->
  <button ic-post-to="/example/click">
    Click Me!
  </button>

  <-- This span is bound to a URL that returns an updated
      version of the span when the button is clicked -->
  <span ic-src="/example/click">
     You have not yet clicked the button
  </span>
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
13 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部