Skip to content

Commit fc44104

Browse files
committed
submit jQuery recommend
1 parent 2c1f51a commit fc44104

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ JavaScript 事件</a> <br />
3737
<h3>Jquery</h3>
3838
为了更加了解Jquery实现机制可以先了解
3939
<a href="https://github.com/madrobby/zepto#readme">zepto</a>
40-
<br />
41-
1 .<a href="https://github.com/wchaowu/javascript-code/blob/master/jquery/1_closure.js">
40+
<br />
41+
1. [jQuery 插件推荐](https://github.com/wchaowu/javascript-code/blob/master/jquery/)
42+
2.<a href="https://github.com/wchaowu/javascript-code/blob/master/jquery/1_closure.js">
4243
jQuery中 closure
4344
</a>
4445
<h3 name="JavascriptDesign">Javascript-Design-Pattern</h3>

jquery/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ## 优秀的jQuery库插件 ## #
2+
3+
**jQuery++**
4+
jQuery++ 在 jQuery 1.7.x 的基础上增加了一些 DOM 助手方法,目的是提供 jQuery 所不支持的功能,包括 Cookie 操作、DOM Range 和表单处理 [官方地址](http://jquerypp.com/ "http://jquerypp.com/")
5+
6+
**jQuery Form**
7+
不错的ajax 表单提交处理 [官方地址](http://www.malsup.com/jquery/form/ "http://www.malsup.com/jquery/form/")
8+
9+
**qTIp**
10+
qTip2 精致的jQuery提示信息插件 [官方地址](http://qtip2.com/ "qTip2 官方地址")
11+
12+

0 commit comments

Comments
 (0)