常用jQuery知识

什么是jQuery

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

一个又快有小的js库,这里我们主要介绍和使用jQuery的选择器,ajax和事件

老司机带大家逛jQuery API文档

jQuery API 中文文档

选择器


ajax


事件



总结

书读百遍其义自见,精通jQuery别无他法,API读10遍,还是不行再读十遍,再不行只能说你不适合这行,回家卖红薯吧


posted @ 2017-02-28 09:18 by Mark
原文地址:https://www.cnblogs.com/wancy86/p/jquery.html