当前位置: 软件>JavaScript软件
面向对象的javascript框架 modulejs
来源: http://www.oschina.net/p/modulejs
发布时间:2015-02-05
本文导语: modulejs是极致模块化的且面向对象的javascript框架,modulejs能让你在简单易用的前提下写出更佳维护性和可重用性的javascript代码。 Features: HTML document query/traversing/manipulation Lightweight selector engine Event handling ...
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); } });
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。