JavaScript框架 Midori JS

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 12:58:10

软件介绍

midori 是一个超轻量级的 JavaScript 框架,该框架未经压缩只有 47K,主要的十大功能:

  • CSS selectors
  • Ajax
  • ul -> tabs
  • Drag & Drop
  • 特殊效果,如 midoriFX.hide()
  • Pop-up 菜单
  • 自动完成
  • 在线编辑 Inline Edit
  • Table selection
  • utility methods: Cookie\DOM\form\string\array

示例代码:midori.get('div.serious').apply('className += " fun"')

Ajax示例代码:

var counter = new midoriAjax(function () {
midori.get('#my-div').innerHTML = counter.responseText;
} );
midori.addEventListener(window, 'ready', function (e) {
counter.post('/site_counter.php', '');
} );

本文地址:https://www.codercto.com/soft/d/2335.html

Lean Analytics

Lean Analytics

Alistair Croll、Benjamin Yoskovitz / O'Reilly Media / 2013-3-18 / USD 29.99

If you're involved with a startup, analytics help you find your way to the right product and market before the money runs out. But with a flood of information available, where do you start? This book ......一起来看看 《Lean Analytics》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

在线进制转换器
在线进制转换器

各进制数互转换器