<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AjaxBlog &#187; jQuery</title>
	<atom:link href="http://ajaxblog.ru/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxblog.ru</link>
	<description>ajax, javascript, css, php</description>
	<lastBuildDate>Tue, 14 Jun 2011 19:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Гаджет из фотошопа</title>
		<link>http://ajaxblog.ru/254</link>
		<comments>http://ajaxblog.ru/254#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Мои проекты]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Инструмент разработчика]]></category>

		<guid isPermaLink="false">http://ajaxblog.ru/?p=254</guid>
		<description><![CDATA[Для одного рабочего проекта нужно было создать &#171;по быстрому&#187; прототип системы. Основная логика интерфейса была,  все что видеть пользователь &#8211; это гаджет. К сожалению интерфейс не был одобрен руководством, а прототип остался, по этому, если кто-то использует его в своем &#8230; <a href="http://ajaxblog.ru/254">Далее, еще интереснее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Для одного рабочего проекта нужно было создать &laquo;по быстрому&raquo; прототип системы. Основная логика интерфейса была,  все что видеть пользователь &#8211; это гаджет. К сожалению интерфейс не был одобрен руководством, а прототип остался, по этому, если кто-то использует его в своем проекте, я не буду против. Обращаю ваше внимания, так как это прототип делали &laquo;по быстрому&raquo; &#8211; то дизайн и логика поведения была взята с одной очень уважаемой мною программы.</p>
<p><span id="more-254"></span></p>
<p>И так что он умеет:</p>
<ol>
<li>Двигаться по странице (move)</li>
<li>Изменять размеры (resize)</li>
<li>Имеет возможность настроить максимальную ширину панели (max width)</li>
<li>Имеет два состояния: нормальное (normal) и компактное (compact)</li>
<li>Имеет возможность сортировать гаджеты внутри панельки (sort)</li>
<li>Просмотр в компактном режиме</li>
</ol>
<p>Нормальный режим</p>
<p><img class="alignnone size-full wp-image-256" title="gadget-normal" src="http://ajaxblog.ru/wp-content/uploads/2009/10/gadget-normal.gif" alt="gadget-normal" width="428" height="663" /></p>
<p>Компактный режим</p>
<p><img class="alignnone size-full wp-image-255" title="gadget-compact" src="http://ajaxblog.ru/wp-content/uploads/2009/10/gadget-compact.gif" alt="gadget-compact" width="310" height="500" /></p>
<p>Смотрим:  <a href="http://samples.ajaxblog.ru/work/gadget/panel.html">рабочий пример гаджета</a></p>
<p>Технология:  jQuery + UI, CSS, HTML &#8211; все просто. Если кому-то нужно будет доработать гаджет или адаптировать к своим требованием, пишите &#8211; договоримся.</p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxblog.ru/254/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Select Box Factory – очумелый плагин для jQuery.</title>
		<link>http://ajaxblog.ru/149</link>
		<comments>http://ajaxblog.ru/149#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Плагины]]></category>

		<guid isPermaLink="false">http://ajaxblog.ru/?p=149</guid>
		<description><![CDATA[Я являюсь тайным фанатом библиотеки для javascript – jQuery. Это библиотека предоставляет для разработчика фантастические возможности для реализации задуманного им функционала. jQuery, по своей концепции напоминает Firefox. Сама по себе, как и «голый» Firefox (без плагинов) вряд ли завоевал такую &#8230; <a href="http://ajaxblog.ru/149">Далее, еще интереснее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Я являюсь тайным фанатом библиотеки для javascript – jQuery. Это библиотека предоставляет для разработчика фантастические возможности для реализации задуманного им функционала.</p>
<p>jQuery, по своей концепции напоминает Firefox. Сама по себе, как и «голый» Firefox (без плагинов) вряд ли завоевал такую популярность и любовь. Все дело в дружественной среде заложенной в библиотеке. Которая позволяет легко писать расширения в виде плагинов. Начиная от официальных плагинов jQuery UI, и заканчивая сторонними.</p>
<p>Вот об одном из них я и расскажу. <a href="http://www.headcircus.com/uiguy/selectboxfactory/selectboxfactory.html">Select Box Factory</a> –поистине очумелый плагин для создание списков с выбором.</p>
<p><img src="http://ajaxblog.ru/wp-content/uploads/2008/10/select-1.png" alt="" width="370" height="200" /></p>
<p><span id="more-149"></span></p>
<p>Что он умеет:</p>
<ul>
<li> строить списки на основе уже существующей DOM – структуры
<pre class="prettyprint">var dropdown = new sFac({
	id : "fromMemory",
	container : "dropdownContainer"
});	

&lt;div id="dropdownContainer"&gt;
	&lt;div id="lynx" title="lynx" defaultSelection="false" state="0" data="claws,stripes"&gt; Lynx &lt;/div&gt;
	&lt;div id="cheetah" title="cheetah" defaultSelection="false" state="0" data="eyes,claws"&gt;Cheetah&lt;/div&gt;
	&lt;div id="bobcat" title="bobcat" defaultSelection="false" state="0" data="eyes,nose"&gt;Bobcat&lt;/div&gt;
&lt;/div&gt;</pre>
</li>
<li>Получать самому списочный массив с сервера с помощью JSON или прописать его в коде
<pre class="prettyprint">var dropdown = new sFac({
	id : "fromTheServerSide",
	container : "dropdownContainer",
	choices :
		[
			['leopard','leopard','Leopard',false,0,["spots"," ears"]],
			['tiger','tiger','Tiger',false,0,[" tail","nose"]],
			['serval','serval','Serval',true,0,["tail","nose"]],
		]
});</pre>
</li>
<li>Списки поддерживают следующие свойства:  dropdown, показать один только список без шапки, мультивыбор значений списка, изменений размеров списков (resize)<br />
<img class="alignnone size-full wp-image-150" title="select-2" src="http://ajaxblog.ru/wp-content/uploads/2008/10/select-2.png" alt="" width="500" height="190" /></li>
<li>Плагин поддерживает фильтрование значений списка и создание списков из картинок<br />
<img class="alignnone size-full wp-image-152" title="select-3" src="http://ajaxblog.ru/wp-content/uploads/2008/10/select-3.png" alt="" width="370" height="200" /></li>
<li>Создание списков с подкрашенными значениями, с последующей возможностью применить к ним фильтр<br />
<img class="alignnone size-full wp-image-154" title="select-41" src="http://ajaxblog.ru/wp-content/uploads/2008/10/select-41.png" alt="" width="342" height="200" /></li>
<li>Поддержка скинов для списков<br />
<img class="alignnone size-full wp-image-155" title="select-5" src="http://ajaxblog.ru/wp-content/uploads/2008/10/select-5.png" alt="" width="342" height="188" /></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ajaxblog.ru/149/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Как избавиться от висячей строки в заголовке</title>
		<link>http://ajaxblog.ru/125</link>
		<comments>http://ajaxblog.ru/125#comments</comments>
		<pubDate>Thu, 04 Sep 2008 07:36:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Новости]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://ajaxblog.ru/?p=125</guid>
		<description><![CDATA[Наверное, часто встречали, что название статьи не помещается полностью в одну строчку. В результате последнее слово заголовка переносится на новую строку. Такую строку называют &#171;висячей строкой&#187;. Видно что одно слово plugin одиноко занявшая целую строку «режет» глаз. Считается что такие &#8230; <a href="http://ajaxblog.ru/125">Далее, еще интереснее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Наверное, часто встречали, что название статьи не помещается полностью в одну строчку. В результате последнее слово заголовка переносится на новую строку. Такую строку называют <a href="http://ru.wikipedia.org/wiki/Висячая_строка">&laquo;висячей строкой&raquo;</a>.<span id="more-125"></span></p>
<p><img class="alignnone size-full wp-image-126" title="widow" src="http://ajaxblog.ru/wp-content/uploads/2008/09/widow.png" alt="" width="500" height="89" /></p>
<p>Видно что одно слово plugin одиноко занявшая целую строку «режет» глаз. <a href="http://ru.wikipedia.org/wiki/Висячая_строка">Считается</a> что такие строки ухудшают удобочитаемость текста. Было бы неплохо, что бы выглядело вот так.</p>
<p><img class="alignnone size-full wp-image-127" title="nowidow" src="http://ajaxblog.ru/wp-content/uploads/2008/09/nowidow.png" alt="" width="500" height="89" /></p>
<p>Как с нею бороться? Один из вариантов вставить между последним словом и предпоследним неразрывный пробел &#8211; <strong><span class="apple-style-span"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: #3366cc;">&amp;nbsp;</span></span></strong>. Но согласитесь каждый раз руками это делать не хочется, да не всегда есть такая возможность (например, если контекст набирается через визуальные редакторы CMS). С точки зрения чистоты кода, такое решение тоже не обосновано.</p>
<p>Выход. Написать небольшой скрипт используя библиотеку jQuery, который возьмет на себе эту рутинную операцию.</p>
<p>Для начало каждый наш заголовок обернем тэгами <strong>&lt;h2&gt;&lt;/h2&gt;</strong>.</p>
<pre class="prettyprint">$(document).ready(function() {
    var h2Text = '';
    $('h2').each(function() {
        h2Text  = $(this).text().replace(/ (\w+)$/,' $1')
        $(this).html(h2Text);
    });
});</pre>
<p>Рассмотрим алгоритм работы скрипта</p>
<ul>
<li> строка 3 &#8211; осуществляет поиск текста заголовка в нутри тэга &lt;h2&gt;&lt;/h2&gt;</li>
<li>строка 4 &#8211; осуществляет поиск и замену с помощью регулярного выражения</li>
<li>строка 5 &#8211; измененную строчку записываем на старом месте</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ajaxblog.ru/125/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>240 удивительных плагинов для jQuery</title>
		<link>http://ajaxblog.ru/85</link>
		<comments>http://ajaxblog.ru/85#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Находки]]></category>
		<category><![CDATA[Плагины]]></category>

		<guid isPermaLink="false">http://ajaxblog.ru/?p=85</guid>
		<description><![CDATA[jQuery одна из моих любимых JavaScript библиотек. Одно из сильных сторон этот библиотеки &#8211; поддержка сторонних расширений (плагинов). А нашему брату только дай по расширять В этом посту приведен список более чем 200 отобранных плагинов для jQury на каждый случай. &#8230; <a href="http://ajaxblog.ru/85">Далее, еще интереснее <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>jQuery одна из моих любимых JavaScript библиотек. Одно из сильных сторон этот библиотеки &#8211; поддержка сторонних расширений (плагинов). А нашему брату только дай по расширять <img src='http://ajaxblog.ru/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>В этом посту приведен список более чем 200 отобранных плагинов для jQury на каждый случай. Правда не мной, а <a href="http://www.kollermedia.at/archive/2007/11/21/the-ultimate-jquery-plugin-list/">Jürgen Koller</a>.</p>
<p><span id="more-85"></span></p>
<p style="clear: left;">
<p><strong>File upload</strong></p>
<ul>
<li><a href="http://www.phpletter.com/Demo/AjaxFileUpload-Demo/" target="_blank">Ajax File Upload</a></li>
<li><a href="http://www.pixeline.be/experiments/jqUploader/" target="_blank">jQUploader</a></li>
<li><a href="http://www.fyneworks.com/jquery/multiple-file-upload/" target="_blank">Multiple File Upload plugin</a></li>
<li><a href="http://www.appelsiini.net/projects/filestyle" target="_blank">jQuery File Style</a></li>
<li><a href="http://jquery.com/plugins/project/InputFileCSS" target="_blank">Styling an input type file</a></li>
<li><a href="http://digitalbush.com/projects/progress-bar-plugin" target="_blank">Progress Bar Plugin</a></li>
</ul>
<p><strong>Form Validation</strong></p>
<ul>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank">jQuery Validation</a></li>
<li><a href="http://www.dyve.net/jquery/?autohelp" target="_blank">Auto Help</a></li>
<li><a href="http://www.willjessup.com/sandbox/jquery/form_validator/form_validate.html" target="_blank">Simple jQuery form validation</a></li>
<li><a href="http://letmehaveblog.blogspot.com/2007/08/easy-client-side-web-forms-validations.html" target="_blank">jQuery XAV &#8211; form validations</a></li>
<li><a href="http://itgroup.com.ph/alphanumeric/" target="_blank">jQuery AlphaNumeric</a></li>
<li><a href="http://digitalbush.com/projects/masked-input-plugin" target="_blank">Masked Input</a></li>
<li><a href="http://www.dennydotnet.com/post/TypeWatch-jQuery-Plugin.aspx" target="_blank">TypeWatch Plugin</a></li>
<li><a href="http://jquery.com/plugins/project/TextLimiter" target="_blank">Text limiter for form fields</a></li>
<li><a href="http://www.shawngo.com/gafyd/index.html" target="_blank">Ajax Username Check with jQuery</a></li>
</ul>
<p><strong>Form &#8211; Select Box stuff</strong></p>
<ul>
<li><a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" target="_blank">jQuery Combobox</a></li>
<li><a href="http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/" target="_blank">jQuery controlled dependent  (or Cascadign) Select List</a></li>
<li><a href="http://code.google.com/p/jqmultiselects/" target="_blank">Multiple Selects</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/select/" target="_blank">Select box manipulation</a></li>
<li><a href="http://code.google.com/p/jqueryselectcombo/" target="_blank">Select Combo Plugin</a></li>
<li><a href="http://www.msxhost.com/jquery/linked-selects/json/%20target=">jQuery &#8211; LinkedSelec</a></li>
<li><a href="http://remysharp.com/2007/09/18/auto-populate-multiple-select-boxes/" target="_blank">Auto-populate multiple select boxes</a></li>
<li><a href="http://www.sitespotting.it/esempi/002/" target="_blank">Choose Plugin (Select Replacement)</a></li>
</ul>
<p><strong>Form Basics, Input Fields, Checkboxes etc.</strong></p>
<ul>
<li><a href="http://www.malsup.com/jquery/form/" target="_blank">jQuery Form Plugin</a></li>
<li><a href="http://code.handlino.com/wiki/jquery-form" target="_blank">jQuery-Form</a></li>
<li><a href="http://envero.org/jlook/" target="_blank">jLook Nice Forms</a></li>
<li><a href="http://www.whitespace-creative.com/jquery/jNice/" target="_blank">jNice</a></li>
<li><a href="http://www.brainfault.com/2007/07/07/pin-plugin-reloaded/" target="_blank">Ping Plugin</a></li>
<li><a href="http://grzegorz.frydrychowicz.net/jquery_toggleformtext/" target="_blank">Toggle Form Text</a></li>
<li><a href="http://thoughts.kuzemchak.net/entry/toggleval-for-jquery/" target="_blank">ToggleVal</a></li>
<li><a href="http://www.pengoworks.com/workshop/jquery/field.plugin.htm" target="_blank">jQuery Field Plugin</a></li>
<li><a href="http://code.befruit.com/" target="_blank">jQuery Form&#8217;n Field plugin</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/checkboxes/" target="_blank">jQuery Checkbox manipulation</a></li>
<li><a href="http://www.alcoholwang.cn/jquery/jTaggingDemo.htm" target="_blank">jTagging</a></li>
<li><a href="http://code.google.com/p/labelcheck/" target="_blank">jQuery labelcheck</a></li>
<li><a href="http://scott.sauyet.com/thoughts/archives/2007/03/31/overlabel-with-jquery/" target="_blank">Overlabel</a></li>
<li><a href="http://blog.amicoimmaginario.it/2007/08/28/jquery-plugin-3-state-radio-buttons/" target="_blank">3 state radio buttons</a></li>
<li><a href="http://sanisoft-demo.com/jquery/plugins/shiftcheckbox/" target="_blank">ShiftCheckbox jQuery Plugin</a></li>
<li><a href="http://digitalbush.com/projects/watermark-input-plugin" target="_blank">Watermark Input</a></li>
<li><a href="http://kawika.org/jquery/checkbox/" target="_blank">jQuery Checkbox (checkboxes with imags)</a></li>
<li><a href="http://www.softwareunity.com/sandbox/jqueryspinbtn/" target="_blank">jQuery SpinButton Control</a></li>
<li><a href="http://www.phpletter.com/form_builder/demo.html" target="_blank">jQuery Ajax Form Builder</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/focusfields/" target="_blank">jQuery Focus Fields</a></li>
<li><a href="http://home.iprimus.com.au/kbwood/jquery/timeEntry.html" target="_blank">jQuery Time Entry</a></li>
</ul>
<p><strong>Time, Date and Color Picker</strong></p>
<ul>
<li><a href="http://marcgrabanski.com/code/ui-datepicker/" target="_blank">jQuery UI Datepicker</a></li>
<li><a href="http://kelvinluck.com/assets/jquery/datePicker/" target="_blank">jQuery date picker plugin</a></li>
<li><a href="http://code.google.com/p/jquery-timepicker/" target="_blank">jQuery Time Picker</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/timepicker/" target="_blank">Time Picker</a></li>
<li><a href="http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm" target="_blank">ClickPick</a></li>
<li><a href="http://labs.perifer.se/timedatepicker/" target="_blank">TimePicker</a></li>
<li><a href="http://acko.net/dev/farbtastic" target="_blank">Farbtastic jQuery Color Picker Plugin</a></li>
<li><a href="http://www.intelliance.fr/jquery/color_picker/" target="_blank">Color Picker by intelliance.fr</a></li>
</ul>
<p><strong>Rating Plugins</strong></p>
<ul>
<li><a href="http://www.phpletter.com/Demo/Jquery-Star-Rating-Plugin/" target="_blank">jQuery Star Rating Plugin</a></li>
<li><a href="http://www.m3nt0r.de/devel/raterDemo/" target="_blank">jQuery Star Rater</a></li>
<li><a href="http://riderdesign.com/articles/displayarticle.aspx?articleid=21" target="_blank">Content rater with asp.net, ajax and jQuery</a></li>
<li><a href="http://www.learningjquery.com/2007/05/half-star-rating-plugin" target="_blank">Half-Star Rating Plugin</a></li>
</ul>
<p><strong>Search Plugins</strong></p>
<ul>
<li><a href="http://www.cineasalyha.net/autocomplete/" target="_blank">Autocomplete Box</a></li>
<li><a href="http://www.vulgarisoip.com/2007/08/06/jquerysuggest-11/" target="_blank">jQuery Suggest</a></li>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" target="_blank">jQuery Autocomplete</a></li>
<li><a href="http://www.pengoworks.com/workshop/jquery/autocomplete.htm" target="_blank">jQuery Autocomplete Mod</a></li>
<li><a href="http://www.ajaxdaddy.com/demo-jquery-autocomplete.html" target="_blank">jQuery Autocomplete by AjaxDaddy</a></li>
<li><a href="http://dev.reach1to1.net/saurabh/jplugins/autocomplete/" target="_blank">jQuery Autocomplete Plugin with HTML formatting</a></li>
<li><a href="http://interface.eyecon.ro/docs/autocomplete" target="_blank">jQuery Autocompleter</a></li>
<li><a href="http://nodstrum.com/2007/09/19/autocompleter/" target="_blank">AutoCompleter (Tutorial with PHP&amp;MySQL)</a></li>
<li><a href="http://rikrikrik.com/jquery/quicksearch/" target="_blank">quick Search jQuery Plugin</a></li>
</ul>
<p><strong>Inline Edit &amp; Editors</strong></p>
<ul>
<li><a href="http://www.jaysalvat.com/jquery/jtageditor/" target="_blank">jTagEditor</a></li>
<li><a href="http://demo.wymeditor.org/demo.html" target="_blank">WYMeditor</a></li>
<li><a href="http://garage.pimentech.net/scripts_doc_jquery_jframe/" target="_blank">jQuery jFrame</a></li>
<li><a href="http://www.appelsiini.net/projects/jeditable" target="_blank">Jeditable &#8211; edit in place plugin for jQuery</a></li>
<li><a href="http://www.dyve.net/jquery/?editable" target="_blank">jQuery editable</a></li>
<li><a href="http://www.jdempster.com/category/jquery/disableTextSelect/" target="_blank">jQuery Disable Text Select Plugin</a></li>
<li><a href="http://15daysofjquery.com/edit-in-place-with-ajax-using-jquery-javascript-library/15/" target="_blank">Edit in Place with Ajax using jQuery</a></li>
<li><a href="http://davehauenstein.com/blog/archives/28" target="_blank">jQuery Plugin &#8211; Another In-Place Editor</a></li>
<li><a href="http://dev.iceburg.net/jquery/tableEditor/demo.php" target="_blank">TableEditor</a></li>
<li><a href="http://joshhundley.com/teditable-in-place-editing-for-tables/" target="_blank">tEditable &#8211; in place table editing for jQuery</a></li>
</ul>
<p><strong>Audio, Video, Flash, SVG, etc</strong></p>
<ul>
<li><a href="http://www.contentwithstructure.com/extras/jmedia" target="_blank">jMedia &#8211; accessible multi-media embedding</a></li>
<li><a href="http://sourceforge.net/projects/jbedit/" target="_blank">JBEdit &#8211; Ajax online Video Editor</a></li>
<li><a href="http://www.sean-o.com/jquery/jmp3/" target="_blank">jQuery MP3 Plugin</a></li>
<li><a href="http://malsup.com/jquery/media/" target="_blank">jQuery Media Plugin</a></li>
<li><a href="http://jquery.lukelutman.com/plugins/flash/index.html" target="_blank">jQuery Flash Plugin</a></li>
<li><a href="http://www.solitude.dk/archives/embedquicktime/" target="_blank">Embed QuickTime</a></li>
<li><a href="http://keith-wood.name/svg.html" target="_blank">SVG Integration</a></li>
<li><a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html" target="_blank">jQuery Multimedia Portfolio</a></li>
<li><a href="http://bijon.rightbrainsolution.com/youtube/" target="_blank">jQuery YouTube Plugin</a></li>
</ul>
<p><strong>Photos/Images/Galleries</strong></p>
<ul>
<li><a href="http://jquery.com/demo/thickbox/" target="_blank">ThickBox</a></li>
<li><a href="http://leandrovieira.com/projects/jquery/lightbox/" target="_blank">jQuery lightBox plugin</a></li>
<li><a title="Fancy Box" href="http://fancy.klade.lv/" target="_blank">jQuery FancyBox</a></li>
<li><a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html" target="_blank">jQuery Multimedia Portfolio</a></li>
<li><a href="http://blog.joshuaeichorn.com/archives/2007/01/11/jquery-image-strip/" target="_blank">jQuery Image Strip</a></li>
<li><a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html" target="_blank">jQuery slideViewer</a></li>
<li><a href="http://benjaminsterling.com/2007/09/09/jquery-jqgalscroll-photo-gallery/" target="_blank">jQuery jqGalScroll 2.0</a></li>
<li><a href="http://benjaminsterling.com/2007/10/02/jquery-jqgalviewii-photo-gallery/" target="_blank">jQuery &#8211; jqGalViewII</a></li>
<li><a href="http://benjaminsterling.com/2007/10/21/jqgalviewiii-proof-of-concept/" target="_blank">jQuery &#8211; jqGalViewIII</a></li>
<li><a href="http://opiefoto.com/articles/photoslider" target="_blank">jQuery Photo Slider</a></li>
<li><a href="http://joanpiedra.com/jquery/thumbs/" target="_blank">jQuery Thumbs &#8211; easily create thumbnails</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/jQIR/" target="_blank">jQuery jQIR Image Replacement</a></li>
<li><a href="http://www.gmarwaha.com/jquery/jcarousellite/index.php#what" target="_blank">jCarousel Lite</a></li>
<li><a href="http://projects.sevir.org/storage/jpanview/index.html" target="_blank">jQPanView</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/#Examples" target="_blank">jCarousel</a></li>
<li><a href="http://www.intelliance.fr/jquery/imagebox/" target="_blank">Interface Imagebox</a></li>
<li><a href="http://www.getintothis.com/blog/2006/10/12/image-gallery-using-jquery-interface-reflections/" target="_blank">Image Gallery using jQuery, Interface &amp; Reflactions</a></li>
<li><a href="http://realazy.org/lab/jquery/j-gallery/" target="_blank">simple jQuery Gallery</a></li>
<li><a href="http://chicagosocial.com/gallery/" target="_blank">jQuery Gallery Module</a></li>
<li><a href="http://www.eogallery.com/" target="_blank">EO Gallery</a></li>
<li><a href="http://flesler.blogspot.com/search/label/jQuery.ScrollShow" target="_blank">jQuery ScrollShow</a></li>
<li><a href="http://www.malsup.com/jquery/cycle/" target="_blank">jQuery Cycle Plugin</a></li>
<li><a href="http://www.projectatomic.com/en/flickr.htm" target="_blank">jQuery Flickr</a></li>
<li><a href="http://www.appelsiini.net/2007/9/lazy-load-images-jquery-plugin" target="_blank">jQuery Lazy Load Images Plugin</a></li>
<li><a href="http://www.sunsean.com/zoomi/" target="_blank">Zoomi &#8211; Zoomable Thumbnails</a></li>
<li><a href="http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#crop" target="_blank">jQuery Crop &#8211; crop any image on the fly</a></li>
<li><a href="http://jquery.com/plugins/project/reflection" target="_blank">Image Reflection</a></li>
</ul>
<p><strong>Google Map</strong></p>
<ul>
<li><a href="http://www.dyve.net/jquery/?googlemaps" target="_blank">jQuery Plugin googlemaps</a></li>
<li><a href="http://code.google.com/p/jmaps/" target="_blank">jMaps jQuery Maps Framework</a></li>
<li><a href="http://projects.sevir.org/storage/jqmaps/index.html" target="_blank">jQmaps</a></li>
<li><a href="http://olbertz.de/jquery/googlemap.html" target="_blank">jQuery &amp; Google Maps</a></li>
<li><a href="http://snippets.dzone.com/posts/show/4361" target="_blank">jQuery Maps Interface forr Google and Yahoo maps</a></li>
<li><a href="http://webrocket.ulmb.com/jmaps/" target="_blank">jQuery J Maps &#8211; by Tane Piper</a></li>
</ul>
<p><strong>Games</strong></p>
<ul>
<li><a href="http://fmarcia.info/jquery/tetris/tetris.html" target="_blank">Tetris with jQuery</a></li>
<li><a href="http://64squar.es/" target="_blank">jQuery Chess</a></li>
<li><a href="http://www.bennadel.com/blog/623-jQuery-Demo-Mad-Libs-Word-Game.htm" target="_blank">Mad Libs Word Game</a></li>
<li><a href="http://www.alexatnet.com/node/68" target="_blank">jQuery Puzzle</a></li>
<li><a href="http://www.willjessup.com/sandbox/jquery/solar_system/rotator.html" target="_blank">jQuery Solar System (not a game but awesome jQuery Stuff)</a></li>
<li><a href="http://fernando.com.ar/memo/" target="_blank">jQuery Memory</a></li>
</ul>
<p><strong>Tables, Grids etc.</strong></p>
<ul>
<li><a href="http://docs.jquery.com/Plugins/Tablesorter" target="_blank">UI/Tablesorter</a></li>
<li><a href="http://www.reconstrukt.com/ingrid/" target="_blank">jQuery ingrid</a></li>
<li><a href="http://www.trirand.com/blog/?p=13" target="_blank">jQuery Grid Plugin</a></li>
<li><a href="http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm" target="_blank">Table Filter &#8211; awesome!</a></li>
<li><a href="http://dev.iceburg.net/jquery/tableEditor/demo.php" target="_blank">TableEditor</a></li>
<li><a href="http://www.hanpau.com/jquery/unobtrusivetreetable.php" target="_blank">jQuery Tree Tables</a></li>
<li><a href="http://www.javascripttoolbox.com/jquery/#expandablerows" target="_blank">Expandable &laquo;Detail&raquo; Table Rows</a></li>
<li><a href="http://www.remotesynthesis.com/blog/index.cfm/2007/9/25/Sortable-Table-ColdFusion-Custom-Tag-with-jQueryUI" target="_blank">Sortable Table ColdFusion Costum Tag with jQuery UI</a></li>
<li><a href="http://flesler.blogspot.com/2007/10/jquerybubble.html" target="_blank">jQuery Bubble</a></li>
<li><a href="http://tablesorter.com/docs/" target="_blank">TableSorter</a></li>
<li><a href="http://www.webtoolkit.info/demo/jquery/scrollable/demo.html" target="_blank">Scrollable HTML Table</a></li>
<li><a href="http://p.sohei.org/stuff/jquery/columnmanager/demo/demo.html" target="_blank">jQuery column Manager Plugin</a></li>
<li><a href="http://p.sohei.org/stuff/jquery/tablehover/demo/demo.html" target="_blank">jQuery tableHover Plugin</a></li>
<li><a href="http://p.sohei.org/stuff/jquery/columnhover/demo/demo.html" target="_blank">jQuery columnHover Plugin</a></li>
<li><a href="http://makoomba.altervista.org/grid/" target="_blank">jQuery Grid</a></li>
<li><a href="http://motherrussia.polyester.se/jquery-plugins/tablesorter/" target="_blank">TableSorter plugin for jQuery</a></li>
<li><a href="http://joshhundley.com/teditable-in-place-editing-for-tables/" target="_blank">tEditable &#8211; in place table editing for jQuery</a></li>
<li><a href="http://www.hovinne.com/dev/jquery/chartotable/" target="_blank">jQuery charToTable Plugin</a></li>
<li><a href="http://www.ita.es/jquery/jquery.grid.columnSizing.htm" target="_blank">jQuery Grid Column Sizing</a></li>
<li><a href="http://www.ita.es/jquery/jquery.grid.rowSizing.htm" target="_blank">jQuery Grid Row Sizing</a></li>
</ul>
<p><strong>Charts, Presentation etc.</strong></p>
<ul>
<li><a href="http://code.google.com/p/flot/" target="_blank">Flot</a></li>
<li><a href="http://worcesterwideweb.com/2007/06/04/jquery-wizard-plugin/" target="_blank">jQuery Wizard Plugin </a></li>
<li><a href="http://www.reach1to1.com/sandbox/jquery/jqchart/" target="_blank">jQuery Chart Plugin</a></li>
<li><a href="http://ejohn.org/apps/speed/" target="_blank">Bar Chart</a></li>
<li><a href="http://www.filamentgroup.com/lab/creating_accessible_charts_using_canvas_and_jquery/" target="_blank">Accessible Charts using Canvas and jQuery</a></li>
</ul>
<p><strong>Border, Corners, Background</strong></p>
<ul>
<li><a href="http://www.malsup.com/jquery/corner/" target="_blank">jQuery Corner</a></li>
<li><a href="http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery" target="_blank">jQuery Curvy Corner</a></li>
<li><a href="http://dev.jquery.com/%7Epaul/plugins/nifty/example.html" target="_blank">Nifty jQuery Corner</a></li>
<li><a href="http://illandril.net/jQuery/transparentCorners/" target="_blank">Transparent Corners</a></li>
<li><a href="http://www.methvin.com/jquery/jq-corner.html" target="_blank">jQuery Corner Gallery</a></li>
<li><a href="http://blog.brandonaaron.net/my-jquery-plugins/gradient/" target="_blank">Gradient Plugin</a></li>
</ul>
<p><strong>Text and Links</strong></p>
<ul>
<li><a href="http://wanderinghorse.net/computing/javascript/jquery/spoilers/demo.html" target="_blank">jQuery Spoiler plugin</a></li>
<li><a href="http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html" target="_blank">Text Highlighting</a></li>
<li><a href="http://www.jdempster.com/category/jquery/disableTextSelect/" target="_blank">Disable Text Select Plugin</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/newsticker/" target="_blank">jQuery Newsticker</a></li>
<li><a href="http://www.ollicle.com/2007/jun/03/jquery_lineheight_flexible.html" target="_blank">Auto line-height Plugin</a></li>
<li><a href="http://agencenp.net/textgrad/textgrad.html" target="_blank">Textgrad &#8211; a text gradient plugin</a></li>
<li><a href="http://kawika.org/jquery/linklook/" target="_blank">LinkLook &#8211; a link thumbnail preview</a></li>
<li><a href="http://rikrikrik.com/jquery/pager/#examples" target="_blank">pager jQuery Plugin</a></li>
<li><a href="http://rikrikrik.com/jquery/shortkeys/" target="_blank">shortKeys jQuery Plugin</a></li>
<li><a href="http://www.ollicle.com/eg/jquery/biggerlink" target="_blank">jQuery Biggerlink</a></li>
<li><a href="http://troy.dyle.net/linkchecker/" target="_blank">jQuery Ajax Link Checker</a></li>
<li><a href="http://noteslog.com/chili/" target="_blank">Chili jQuery code highlighter plugin</a></li>
<li><a href="http://jscroller.markusbordihn.de/example/left/" target="_blank">jScroller</a></li>
</ul>
<p><strong>Tooltips</strong></p>
<ul>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/" target="_blank">jQuery Plugin &#8211; Tooltip</a></li>
<li><a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">jTip &#8211; The jQuery Tool Tip</a></li>
<li><a href="http://examples.learningjquery.com/62/demo/index.html#examplesection" target="_blank">clueTip</a></li>
<li><a href="http://edgarverle.com/BetterTip/default.cfm" target="_blank">BetterTip</a></li>
<li><a href="http://ioreader.com/2007/05/15/flash-tooltips-using-jquery/" target="_blank">Flash Tooltips using jQuery</a></li>
<li><a href="http://www.texotela.co.uk/code/jquery/tooltipdemo/" target="_blank">ToolTip</a></li>
</ul>
<p><strong>Menus, Navigations</strong></p>
<ul>
<li><a href="http://stilbuero.de/jquery/tabs_3/" target="_blank">jQuery Tabs Plugin &#8211; awesome! </a></li>
<li><a href="http://stilbuero.de/jquery/tabs_3/nested.html" target="_blank">demo nested tabs</a></li>
<li><a href="http://blog.cutterscrossing.com/index.cfm/2007/6/15/Updated-JQuery-Nested-Tab-Set-with-Demo" target="_blank">another jQuery nested Tab Set example (based on jQuery Tabs Plugin)</a></li>
<li><a href="http://www.sunsean.com/idTabs/" target="_blank">jQuery idTabs</a></li>
<li><a href="http://jdsharp.us/jQuery/plugins/jdMenu/" target="_blank">jdMenu &#8211; Hierarchical Menu Plugin for jQuery</a></li>
<li><a href="http://be.twixt.us/jquery/suckerFish.php" target="_blank">jQuery SuckerFish Style</a></li>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/" target="_blank">jQuery Plugin Treeview</a></li>
<li><a href="http://be.twixt.us/jquery/treeView.php" target="_blank">treeView Basic</a></li>
<li><a href="http://labs.activespotlight.net/jQuery/menu_demo.html" target="_blank">FastFind Menu</a></li>
<li><a href="http://www.getintothis.com/blog/2006/09/26/my-first-jquery-plugin-a-sliding-menu/" target="_blank">Sliding Menu</a></li>
<li><a href="http://gmarwaha.com/blog/?p=7" target="_blank">Lava Lamp jQuery Menu</a></li>
<li><a href="http://icon.cat/wiki/IconDock_En#iconDock_jQuery_Plugin" target="_blank">jQuery iconDock</a></li>
<li><a href="http://cherne.net/brian/resources/jquery.variations.html" target="_blank">jVariations Control Panel</a></li>
<li><a href="http://www.trendskitchens.co.nz/jquery/contextmenu/" target="_blank">ContextMenu plugin</a></li>
<li><a href="http://p.sohei.org/jquery-plugins/clickmenu/" target="_blank">clickMenu</a></li>
<li><a href="http://www.ndesign-studio.com/blog/mac/css-dock-menu" target="_blank">CSS Dock Menu</a></li>
<li><a href="http://webexpose.org/2006/12/28/jquery-pop-up-menu-tutorial/" target="_blank">jQuery Pop-up Menu Tutorial</a></li>
<li><a href="http://www.getintothis.com/blog/2006/09/26/my-first-jquery-plugin-a-sliding-menu/" target="_blank">Sliding Menu</a></li>
</ul>
<p><strong>Accordions, Slide and Toggle stuff</strong></p>
<ul>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-accordion/" target="_blank">jQuery Plugin Accordion</a></li>
<li><a href="http://fmarcia.info/jquery/accordion.html" target="_blank">jQuery Accordion Plugin Horizontal Way</a></li>
<li><a href="http://letmehaveblog.blogspot.com/2007/10/haccordion-simple-horizontal-accordion.html" target="_blank">haccordion &#8211; a simple horizontal accordion plugin for jQuery</a></li>
<li><a href="http://dev.portalzine.de/index?/Horizontal_Accordion--print" target="_blank">Horizontal Accordion by portalzine.de</a></li>
<li><a href="http://berndmatzner.de/jquery/hoveraccordion/" target="_blank">HoverAccordion</a></li>
<li><a href="http://fmarcia.info/jquery/accordion.html" target="_blank">Accordion Example from fmarcia.info</a></li>
<li><a href="http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index.php" target="_blank">jQuery Accordion Example</a></li>
<li><a href="http://jquery.com/files/demo/dl-done.html" target="_blank">jQuery Demo &#8211; Expandable Sidebar Menu</a></li>
<li><a href="http://www.andreacfm.com/examples/jQpanels/" target="_blank">Sliding Panels for jQuery</a></li>
<li><a href="http://jquery.andreaseberhard.de/toggleElements/" target="_blank">jQuery ToggleElements</a></li>
<li><a href="http://www.ndoherty.com/demos/coda-slider/" target="_blank">Coda Slider</a></li>
<li><a href="http://sorgalla.com/projects/jcarousel/#Examples" target="_blank">jCarousel</a></li>
<li><a href="http://www.reindel.com/accessible_news_slider/" target="_blank">Accesible News Slider Plugin</a></li>
<li><a href="http://icant.co.uk/sandbox/jquerycodeview/" target="_blank">Showing and Hiding code Examples</a></li>
<li><a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a></li>
<li><a href="http://sonspring.com/journal/jquery-portlets" target="_blank">jQuery Portlets</a></li>
<li><a href="http://jdsharp.us/jQuery/plugins/AutoScroll/" target="_blank">AutoScroll</a></li>
<li><a href="http://medienfreunde.com/lab/innerfade/" target="_blank">Innerfade</a></li>
<li><a href="http://maxb.net/blog/2008/05/11/ycodaslider-20/" target="_blank">CodaSlider</a></li>
</ul>
<p><strong>Drag and Drop</strong></p>
<ul>
<li><a href="http://docs.jquery.com/UI/Draggables" target="_blank">UI/Draggables</a></li>
<li><a href="http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/" target="_blank">EasyDrag jQuery Plugin</a></li>
<li><a href="http://sonspring.com/journal/jquery-portlets" target="_blank">jQuery Portlets</a></li>
<li><a href="http://dev.iceburg.net/jquery/jqDnR/" target="_blank">jqDnR &#8211; drag, drop resize</a></li>
<li><a href="http://interface.eyecon.ro/demos/drag.html" target="_blank">Drag Demos</a></li>
</ul>
<p><strong>XML XSL JSON Feeds</strong></p>
<ul>
<li><a href="http://www.jongma.org/webtools/jquery/xslt/" target="_blank">XSLT Plugin</a></li>
<li><a href="http://cgaskell.wordpress.com/2006/11/02/jquery-ajax-call-and-result-xml-parsing/" target="_blank">jQuery Ajax call and result XML parsing</a></li>
<li><a href="http://jquery.com/plugins/project/xmlObjectifier" target="_blank">xmlObjectifier &#8211; Converts XML DOM to JSON</a></li>
<li><a href="http://jquery.glyphix.com/" target="_blank">jQuery XSL Transform</a></li>
<li><a href="http://malsup.com/jquery/taconite/" target="_blank">jQuery Taconite &#8211; multiple Dom updates</a></li>
<li><a href="http://www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss-atom-feed-parser-plugin" target="_blank">RSS/ATOM Feed Parser Plugin</a></li>
<li><a href="http://www.malsup.com/jquery/gfeed/" target="_blank">jQuery Google Feed Plugin</a></li>
</ul>
<p><strong>Browserstuff</strong></p>
<ul>
<li><a href="http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/" target="_blank">Wresize &#8211; IE Resize event Fix Plugin</a></li>
<li><a href="http://jquery.khurshid.com/ifixpng.php" target="_blank">jQuery ifixpng</a></li>
<li><a href="http://jquery.andreaseberhard.de/pngFix/" target="_blank">jQuery pngFix</a></li>
<li><a href="http://www.crismancich.de/jquery/plugins/linkscrubber/" target="_blank">Link Scrubber &#8211; removes the dotted line onfocus from links</a></li>
<li><a href="http://www.matthewjrichards.co.uk/articles/2007/06/25/jquery-perciformes-the-entire-suckerfish-familly-under-one-roof" target="_blank">jQuery Perciformes &#8211; the entire suckerfish familly under one roof</a></li>
<li><a href="http://blog.brandonaaron.net/my-jquery-plugins/background-iframe/" target="_blank">Background Iframe</a></li>
<li><a href="http://jquery.com/plugins/project/QinIE" target="_blank">QinIE &#8211; for proper display of Q tags  in IE</a></li>
<li><a href="http://webrocket.ulmb.com/ability/" target="_blank">jQuery Accessibility Plugin</a></li>
<li><a href="http://www.ogonek.net/mousewheel/jquery-demo.html" target="_blank">jQuery MouseWheel Plugin</a></li>
</ul>
<p><strong>Alert, Prompt, Confirm Windows</strong></p>
<ul>
<li><a href="http://trentrichardson.com/Impromptu/" target="_blank">jQuery Impromptu</a></li>
<li><a href="http://nadiaspot.com/jquery/confirm" target="_blank">jQuery Confirm Plugin</a></li>
<li><a href="http://dev.iceburg.net/jquery/jqModal/" target="_blank">jqModal</a></li>
<li><a href="http://www.ericmmartin.com/projects/simplemodal/" target="_blank">SimpleModal</a></li>
</ul>
<p><strong>CSS</strong></p>
<ul>
<li><a href="http://www.kelvinluck.com/article/switch-stylesheets-with-jquery" target="_blank">jQuery Style Switcher</a></li>
<li><a href="http://andykent.bingodisk.com/bingo/public/jss/" target="_blank">JSS &#8211; Javascript StyleSheets</a></li>
<li><a href="http://flesler.blogspot.com/2007/11/jqueryrule.html" target="_blank">jQuery Rule &#8211; creation/manipulation of CSS Rules</a></li>
<li><a href="http://www.designerkamal.com/jPrintArea/" target="_blank">jPrintArea</a></li>
</ul>
<p><strong>DOM, Ajax and other jQuery plugins</strong></p>
<ul>
<li><a href="http://flydom.socianet.com/" target="_blank">FlyDOM</a></li>
<li><a href="http://brandonaaron.net/docs/dimensions/#getting-started" target="_blank">jQuery Dimenion Plugin</a></li>
<li><a href="http://happygiraffe.net/blog/articles/2007/09/26/jquery-logging" target="_blank">jQuery Loggin</a></li>
<li><a href="http://jquery.com/plugins/project/metadata" target="_blank">Metadata &#8211; extract metadata from classes, attributes, elements</a></li>
<li><a href="http://johannburkard.de/blog/programming/javascript/inc-a-super-tiny-client-side-include-javascript-jquery-plugin.html" target="_blank">Super-tiny Client-Side Include Javascript jQuery Plugin</a></li>
<li><a href="http://humanized.com/weblog/2007/09/14/undo-made-easy-with-ajax-part-1/" target="_blank">Undo Made Easy with Ajax</a></li>
<li><a href="http://www.jasons-toolbox.com/JHeartbeat/" target="_blank">JHeartbeat &#8211; periodically poll the server</a></li>
<li><a href="http://www.appelsiini.net/projects/lazyload" target="_blank">Lazy Load Plugin</a></li>
<li><a href="http://blog.brandonaaron.net/2007/08/19/new-plugin-live-query/" target="_blank">Live Query</a></li>
<li><a href="http://jquery.offput.ca/every/" target="_blank">jQuery Timers</a></li>
<li><a href="http://www.joanpiedra.com/jquery/shareit/" target="_blank">jQuery Share it &#8211; display social bookmarking icons</a></li>
<li><a href="http://www.jdempster.com/category/code/jquery/cookiejar/" target="_blank">jQuery serverCookieJar</a></li>
<li><a href="http://ideamill.synaptrixgroup.com/?p=3" target="_blank">jQuery autoSave</a></li>
<li><a href="http://www.semicomplete.com/blog/geekery/jquery-interface-puffer.html" target="_blank">jQuery Puffer</a></li>
<li><a href="http://33rockers.com/jquery/iframe-demo/" target="_blank">jQuery iFrame Plugin</a></li>
<li><a href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/" target="_blank">Cookie Plugin for jQuery</a></li>
<li><a href="http://leftlogic.com/lounge/articles/jquery_spy2" target="_blank">jQuery Spy &#8211; awesome plugin</a></li>
<li><a href="http://www.learningjquery.com/2007/01/effect-delay-trick" target="_blank">Effect Delay Trick</a></li>
<li><a href="http://jquick.sullof.com/jquick/" target="_blank">jQuick &#8211; a quick tag creator for jQuery</a></li>
<li><a href="http://noteslog.com/post/metaobjects-11-released-today/" target="_blank">Metaobjects</a></li>
<li><a href="http://www.thunderguy.com/semicolon/2007/08/14/elementready-jquery-plugin/" target="_blank">elementReady</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ajaxblog.ru/85/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

