<?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>Front-end Development &#187; tips</title>
	<atom:link href="http://frontendme.ru/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://frontendme.ru</link>
	<description>О веб-разработке на уровне клиента</description>
	<lastBuildDate>Fri, 02 Oct 2009 12:42:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>7 полезных советов для улучшения jQuery кода</title>
		<link>http://frontendme.ru/2009/7-poleznyx-sovetov-dlya-uluchsheniya-jquery-koda/</link>
		<comments>http://frontendme.ru/2009/7-poleznyx-sovetov-dlya-uluchsheniya-jquery-koda/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://frontendme.ru/?p=126</guid>
		<description><![CDATA[
Используйте $&#40;document&#41;.ready&#40;&#41; или выполняйте ваши скрипты после закрытия body.




Сохраняйте данные в свойство data блока, с помощью DOM. Пример:

1$&#40;'selector'&#41;.data&#40;'albumName1', ‘The Best of Phil Collins’&#41;;
Потом вы сможете получить доступ к данным следующим образом:
1$&#40;'selector'&#41;.data&#40;'albumName1'&#41;;

Используйте встроенные в jQuery операции для работы с селекторами и поиском элемента, в целом. Например, код, для того чтобы найти поля с именем &#8216;email&#8217;:

1input&#91;name='eMail'&#93;

Если вы [...]]]></description>
		<wfw:commentRss>http://frontendme.ru/2009/7-poleznyx-sovetov-dlya-uluchsheniya-jquery-koda/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

