Skip to content

Commit

Permalink
submit jQuery recommend
Browse files Browse the repository at this point in the history
  • Loading branch information
wchaowu committed Oct 16, 2013
1 parent 2c1f51a commit fc44104
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ JavaScript 事件</a> <br />
<h3>Jquery</h3>
为了更加了解Jquery实现机制可以先了解
<a href="https://github.com/madrobby/zepto#readme">zepto</a>
<br />
1 .<a href="https://github.com/wchaowu/javascript-code/blob/master/jquery/1_closure.js">
<br />
1. [jQuery 插件推荐](https://github.com/wchaowu/javascript-code/blob/master/jquery/)
2.<a href="https://github.com/wchaowu/javascript-code/blob/master/jquery/1_closure.js">
jQuery中 closure
</a>
<h3 name="JavascriptDesign">Javascript-Design-Pattern</h3>
Expand Down
12 changes: 12 additions & 0 deletions jquery/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ## 优秀的jQuery库插件 ## #

**jQuery++**
jQuery++ 在 jQuery 1.7.x 的基础上增加了一些 DOM 助手方法,目的是提供 jQuery 所不支持的功能,包括 Cookie 操作、DOM Range 和表单处理 [官方地址](http://jquerypp.com/ "http://jquerypp.com/")

**jQuery Form**
不错的ajax 表单提交处理 [官方地址](http://www.malsup.com/jquery/form/ "http://www.malsup.com/jquery/form/")

**qTIp**
qTip2 精致的jQuery提示信息插件 [官方地址](http://qtip2.com/ "qTip2 官方地址")


0 comments on commit fc44104

Please sign in to comment.