超轻量级的 JavaScipt 框架 Karmagination

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 06:26:27

软件介绍

Karmagination 是一个超轻量级的 JavaScipt 框架实现 DOM 的操作和面向对象编程。

示例代码:

Karma.ajax({
  type: 'POST',
  url: 'ajax.php',
  data: 'sex=male&age=12',
  success: function(o) {
    alert(o);
  }
});

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

Don't Make Me Think

Don't Make Me Think

Steve Krug / New Riders Press / 18 August, 2005 / $35.00

Five years and more than 100,000 copies after it was first published, it's hard to imagine anyone working in Web design who hasn't read Steve Krug's "instant classic" on Web usability, but people are ......一起来看看 《Don't Make Me Think》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器