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://www.codercto.com/soft/d/2330.html

Head First Rails

Head First Rails

David Griffiths / O'Reilly Media / 2008-12-30 / USD 49.99

Figure its about time that you hop on the Ruby on Rails bandwagon? You've heard that it'll increase your productivity exponentially, and allow you to created full fledged web applications with minimal......一起来看看 《Head First Rails》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

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

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具