modulejs 面向对象的javascript框架

程序名称:modulejs

modulejs 介绍

modulejs是极致模块化的且面向对象的javascript框架,modulejs能让你在简单易用的前提下写出更佳维护性和可重用性的javascript代码。

Features:

  • HTML document query/traversing/manipulation
  • Lightweight selector engine
  • Event handling
  • Animation
  • Cookie/localStorage storage
  • Language extensions
  • Ajax/JSONP request
  • Template engine
  • Rich utility class

modulejs 兼容全部主流浏览器 Internet Explorer 6+, Firefox 2+ (and browsers based on
gecko) Chrome 4+, Safari 3+ and Opera 9+.

modulejs quick example:

var ajax = module("net.Ajax").ajax;
ajax({
    url:"localhost/ajaxdemo.php",      //提交地址
    form:"formName",                   //表单名称
    timeout: 200,                      //过期时间
    success: function(response){       //成功后回调函数
        console.log(response);
    }
});

modulejs 官网

http://madscript.com/modulejs/

相关编程语言

MuPlayer 是一款跨平台、轻量级的音频播放解决方案,...
OS FLV 是一个 开源和可嵌入网页的flv播放器。 这个...
DewPlayer音乐播放器,样式很简单,而且很实用.播放器...
JW FLV MEDIA PLAYER是一个开源的在网页上使用的Fla...
Speakker 是一个基于 Web 浏览器的音乐播放器,只提...
Player Framework 是一个开源的支持 HTML5 的视频播...