
NyroModal — это плагин для jQuery, с помощью которого можно легко создавать модальные окна, обладает большим количеством настроек и может отображать любые объекты HTML.
Основные осообенности:
- используя AJAX можно изменять размеры окна
- отображение как единичного изображения, так и галереи с навигацией
- формы с загрузкой файлов (file upload), так же могут находиться в iframe
- настраиваемый внешний вид и анимация
- заголовок для модального окна
- возможность блокировки только определенного элемента
- валидная верстка (HTML-Transitionnal)
Имеется хорошая документация и примеры использования.

If you’re familiar with del.icio.us you will be familiar with the tag suggesting as-you-type support. The tagging works so well within del.icio.us is that it helps you create a subset of tags that you commonly use for different types of links.
This way, it makes it easier to find tagged content later on. i.e. conversely if it didn’t suggest links, it would be likely that you would have different variations or even spellings of the same tag on (what should be) grouped content.
So, in an effort to adopt this approach, Remy Sharp has created a jQuery plugin for tag suggestion. The plugin has been tested on IE 7, Firefox 2, Safari 3 and Opera 9.
JPolite is a lightweight portal framework, built with jQuery, for creating Netvibes-like interfaces.
It is a powerful base for creating complex / customizable websites quickly.

JPolite seperates content, appearance and behavior. And, it makes turning a content module into tabbed or accordion presentations very easy.
Some examples of the ease it provides:
- A form with
class="ajaxform1 will automatically turned into an Ajaxed form.
- Any link with
class="thickbox" will be displayed in Thickbox & more.
To check this interesting project, click here.
Через 3 года после первого релиза 14-го января 2006 на BarCampNYC, вышла новая версия jQuery 1.3.
Основные изменения:
- Sizzle: Новый быстрый механизм селекторов.
- Live Events: События теперь можно назначить для ещё не существующих в DOM элементов.
- Переписана обработка событий.
- Переписана вставка HTML.
- Offset Rewrite: супер-быстрое вычисление координат элементов.
- Убрана проверка на браузер: используйте проверку на доступность — это позволит использовать jQuery с любым браузером без проблем в будущем.
Полный список изменений в jQuery 1.3
В BODY пишем:
... и вот так используем в тексте:
25 советов и подсказок по jQuery от Джона Хоббс-Смита:
- Load the framework from Google Code
- Use a cheat sheet
- Combine all your scripts and minify them
- Use Firebug’s excellent console logging facilities
- Keep selection operations to a minimum by caching
- Keep DOM manipulation to a minimum
- Wrap everything in a single element when doing any kind of DOM insertion
- Use IDs instead of classes wherever possible
- Give your selectors a context
- Use chaining properly
- Learn to use animate properly
- Learn about event delegation
- Use classes to store state
- Even better, use jQuery’s internal data() method to store state
- Write your own selectors
- Streamline your HTML and modify it once the page has loaded
- Lazy load content for speed and SEO benefits
- Use jQuery’s utility functions
- Use noconflict to rename the jquery object when using other frameworks
- How to tell when images have loaded
- Always use the latest version
- How to check if an element exists
- Add a JS class to your HTML attribute
- Return ‘false’ to prevent default behaviour
- Shorthand for the ready event
Примеры использования.
simpleCart(js) is a lightweight (10.5 kb) & free shopping cart application for creating a simple yet good looking e-commerce environment in minutes.
It uses cookies to store the shopping basket data, no databases required, and payment is completed via PayPal.

The application is modular with the JavaScript functions included.
An «add to basket» example:
simpleCart.add('name=Shirt','price=6.00','image=images/myImage.png',’quantity=5?,’size=XL’,'color=Blue’);
The download package already includes the source of the demo.
jQuery.timepickr.js — это плагин для jQuery, котрый предоставляет удобный интерфэйс для указания времени всего за пару кликов мышкой.

JavaScript Table Sorter is a lighweight code (1.7kb) for transforming standard tables into a sortable grid.
It includes alternate row formatting, header class toggling, auto data type recognition and selective column sorting.

It is possible to mention which column will be sorted by default & which columns won’t have a sort feature.