background preloader

jQuery

Facebook Twitter

Tuto

jQuery API Browser v1.3. Plugins. Outils/tools. Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library. The Microsoft Ajax Content Delivery Network (CDN) hosts popular third party JavaScript libraries such as jQuery and enables you to easily add them to your Web applications.

Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library

For example, you can start using jQuery which is hosted on this CDN simply by adding a <script> tag to your page that points to ajax.aspnetcdn.com. By taking advantage of the CDN, you can significantly improve the performance of your Ajax applications. The contents of the CDN are cached on servers located around the world. In addition, the CDN enables browsers to reuse cached third party JavaScript files for web sites that are located in different domains.

Form

10 Really Helpful Traversing Functions in jQuery - Nettuts+ With jQuery, selecting HTML elements is laughably easy.

10 Really Helpful Traversing Functions in jQuery - Nettuts+

But at times, we may wish to further refine the selection, which can be a hassle when the HTML structure is complicated. In this tutorial, we'll explore ten ways that we can refine and extend a set of wrapped elements that we wish to operate upon.