Nx的JavaScript框架 NJF

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 11:41:28

软件介绍

NJF 是 eurasia 项目下的一个超轻量级的 javascript 框架, 在 10K 大小的一个 js 文件中实现了诸如标签控制、模板、表单、AJAX、长连接、拖拽、动画、对话框等动能, 支持 firefox、konqueror、opera、safari、chromium 和 ie 等主流浏览器。

NJF 写法跟 jQuery 类似,例如:

var handler = function() {
        alert('hello!');
};

$('test').attachEvent('onclick', handler);
$('test').detachEvent('onclick', handler);

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

Data Structures and Algorithm Analysis in Java

Data Structures and Algorithm Analysis in Java

Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00

As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具