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

PHP Cookbook

PHP Cookbook

Adam Trachtenberg、David Sklar / O'Reilly Media / 2006-08-01 / USD 44.99

When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology......一起来看看 《PHP Cookbook》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

html转js在线工具
html转js在线工具

html转js在线工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具