modulejs 下载,面向对象的javascript框架.rar

时间:2022-07-29 08:11:40
【文件属性】:
文件名称:modulejs 下载,面向对象的javascript框架.rar
文件大小:355KB
文件格式:RAR
更新时间:2022-07-29 08:11:40
脚本资源-Ajax/JavaScript 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); } });

网友评论