Ajax 常用资源
regular online:http://regex.larsolavtorvik.com/
json online:http://json.cn/
Prototype:http://prototypejs.org/download/
javascriptmvc:http://www.javascriptmvc.com/
RunJS:http://git.oschina.net/oschina/RunJS
JQuery:http://jquery.com/download/
JQueryUI:https://github.com/jquery/jquery-ui
QRCode:https://github.com/jeromeetienne/jquery-qrcode
Json:http://www.json.org/
Json.net:http://www.newtonsoft.com/json
JsUnit:http://www.jsunit.net/
QUnitJS:http://qunitjs.com/
AngularJS:https://github.com/angular/angular.js
KnockoutJS:https://github.com/knockout/knockout
BootStrap:https://github.com/twbs/bootstrap
NodeJS:https://nodejs.org/download/
CoffeeScript:https://github.com/jashkenas/coffeescript
velocity:https://github.com/shepherdwind/velocity.js
EJS:https://code.google.com/p/embeddedjavascript/downloads/list
http://my.oschina.net/u/1540325/blog/311901
SlickGrid:https://github.com/mleibman/SlickGrid
jqGrid:http://www.trirand.com/blog/?page_id=6
zTree:http://git.oschina.net/zTree/zTree_v3
ECharts:https://github.com/ecomfe/echarts
KindEditor:http://git.oschina.net/luolonghao/kindeditor
Ckeditor:http://ckeditor.com/download
AjaxUpload:https://github.com/malsup/form/
ExtJS:http://www.sencha.com/products/extjs/download/
EasyUI:http://www.jeasyui.net/
http://download.csdn.net/album/detail/343
http://www.jeasyui.com/tutorial/datagrid/datagrid27_demo.html
DHtmlx:http://dhtmlx.com/docs/download.shtml
ParamQuery:https://github.com/paramquery/grid
bsgrid:http://git.oschina.net/bs2004/jquery.bsgrid
FlexGrid:https://code.google.com/p/flexigrid/downloads/list
多表头:http://blog.csdn.net/lishuangzhe7047/article/details/42743895
http://www.cnblogs.com/szytwo/archive/2012/09/18/2691420.html
http://www.cnblogs.com/real9527/p/4121225.html
grid打印:http://www.cnblogs.com/jieli/p/easyui_datagrid.html
validator:http://www.cnblogs.com/littleAnt-strongPower/p/3627441.html
Ajax 常用资源的更多相关文章
- 基于java平台的常用资源整理
这里整理了基于java平台的常用资源 翻译 from :akullpp | awesome-java 大家一起学习,共同进步. 如果大家觉得有用,就mark一下,赞一下,或评论一下,让更多的人知道.t ...
- 这里整理了基于java平台的常用资源
这里整理了基于java平台的常用资源 翻译 from :akullpp | awesome-java 大家一起学习,共同进步. 如果大家觉得有用,就mark一下,赞一下,或评论一下,让更多的人知道.t ...
- Ajax-04 jQuery Ajax 常用操作
jQuery jQuery 其实就是一个JavaScript的类库,其将复杂的功能做了上层封装,使得开发者可以在其基础上写更少的代码实现更多的功能. jQuery Ajax a.概述 jQuery 不 ...
- Prometheus PromSQL 常用资源
Prometheus PromSQL 常用资源 PromSQL 使用 运算乘:*除:/加:+减:- 函数 sum() 函数:求出找到所有value的值 irate() 函数:统计平均速率 by (标签 ...
- 前端常用资源地址: http://www.htmleaf.com/
前端常用资源地址: http://www.htmleaf.com/
- 编译安装常用包+阿里镜像源-常用资源-系统-下载-科莱软件下载-docker仓库包-安全圈-杏雨梨云-图形界面安装-docker私有双仓库-阿里源报错处理-centos7目录大小
yum install apr-util apr-util-devel apr apr-devel pcre pcre-devel zlib zlib-devel openssl openssl-de ...
- SVN 常用资源
常用命令 将文档checkout到本地目录 svn checkout path(path是服务器上的目录) svn checkout svn://192.168.1.1/pro/domain svn ...
- Git 常用资源
库管理 克隆库 git clone https://github.com/php/php-src.git git clone --depth=1 https://github.com/php/php- ...
- 自动化运维工具之Puppet常用资源(一)
前文我们聊到了puppet的架构,单机模型和master/agent模型的工作流程以及puppet的基础使用,回顾请参考https://www.cnblogs.com/qiuhom-1874/p/14 ...
随机推荐
- win32环境下显示中文
//编码转换 //#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) // string title = "成绩"; // GBK2UTF8 ...
- 在linux下监控文件是否被删除或创建的命令
You can use auditd and add a rule for that file to be watched: auditctl -w /path/to/that/file -p wa ...
- STM32 中断应用概览
本章参考资料< STM32F4xx 中文参考手册>第十章-中断和事件.<ARM Cortex™-M4F 技术参考手册> -4.3 章节: NVIC 和 4.4 章节: SCB— ...
- lua获取喜马拉雅音频地址
参考此文http://blog.csdn.net/zjg555543/article/details/39177971 在Linux下可以直接运行 #!/usr/bin/lua5. --需要luacu ...
- (七十二)自己定义通知NSNotification实现消息传递
众所周知,iOS中一般在类之间传递消息使用较多的是delegate和block,另一种是基于通知进行的消息传递,我们经常是使用系统的通知.来实现一些功能.比如利用键盘尺寸改变的通知,我们能够依据键盘的 ...
- ajax——实现三级联动下拉列表
数据库: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3 ...
- Java解析json(二):jackson
Java解析json(二):jackson 官方参考 Jackson Home Page:https://github.com/FasterXML/jackson Jackson Wiki:htt ...
- C++ 运算符重载二(一元运算符重载)
//一元运算符重载 #include<iostream> using namespace std; class Point { public: Point(int x,int y){ th ...
- 29Mybatis_整合ehcache以及应用场景
ehcache是一个分布式缓存框架. 分布缓存
- import是page指令的一个属性。
以下不属于JSP的标准指令的是.(选择1项) A.Taglib B.Include C.Import D.Page 解答:C