Tag jquery

Commonly Confused Bits Of jQuery

Tidbits of knowledge for beginners and advanced jQuery developers alike.

jQuery Templates Proposal – jquery – GitHub

This proposal describes how support for templates can be added to the jQuery core library. In particular, this proposal describes a new jQuery method – named render() – that enables you to render a single JavaScript object or array of JavaScript ob…

Signs of a poorly written jQuery plugin

Tips to write a well-written jQuery plugin

Nivo Slider – The Most Awesome jQuery Image Slider

Excellent transitions.

Using Inheritance Patterns to Organize Large jQuery Applications « AlexSexton.com

Visual Events JavaScript Bookmarklet

Interesting. I wonder how hard it would be to write something that could check for events in an library agnostic way?

jQuery source viewer

Quickly view any jQuery method's implementation, including internally defined functions.

DOMCached

DOMCached is a simple wrapper library for the use of DOM Storage provided by the modern browsers. The library is designed after the hugely popular memcached caching system, providing similar "caching" options in JavaScript in the form of local storage.

Deep Profiling jQuery Apps

Plugin from John Resig to analyze jQuery() methods on any page.

jsFiddle – Shell editor to test your JavaScript code

Excellent shell editor to test your HTML, CSS, and JavaScript snippets together. Includes the ability to load all major JavaScript libraries. Also, save your code snippets to a unique URL and share!