<?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>WP-Simple &#187; jQuery</title>
	<atom:link href="http://www.wp-simple.ru/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-simple.ru</link>
	<description>Подсказки, советы, тюнинг, хаки, новости, плагины и темы WordPress</description>
	<lastBuildDate>Thu, 04 Feb 2010 07:19:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Используем jQuery 1.4 на WordPress</title>
		<link>http://www.wp-simple.ru/ispolzuem-jquery-1-4-na-wordpress.html</link>
		<comments>http://www.wp-simple.ru/ispolzuem-jquery-1-4-na-wordpress.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 07:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Новости WordPress]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.wp-simple.ru/?p=98</guid>
		<description><![CDATA[Многие уже наверно слышали, что вышла новая версия jQuery. Релиз 1.4 кому интересно подробности на сайте jquery14.com. Нам же интересно другое, пока не выйдет очередной апдейт WordPress наш блог или просто сайт будет использовать по умолчанию старую версию jQuery. Мой совет поможет вам легко поменять текущую версию на новый релиз.
Открываем наш functions.php и добавляем следующий [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wp-simple.ru/wp-content/uploads/2010/01/wordpress-jquery.png" alt="wordpress-jquery" title="wordpress-jquery" width="160" height="100" class="alignleft size-full wp-image-99" />Многие уже наверно слышали, что вышла новая версия jQuery. Релиз 1.4 кому интересно подробности на сайте <a href="http://jquery14.com/">jquery14.com</a>. Нам же интересно другое, пока не выйдет очередной апдейт WordPress наш блог или просто сайт будет использовать по умолчанию старую версию jQuery. Мой совет поможет вам легко поменять текущую версию на новый релиз.<span id="more-98"></span></p>
<p>Открываем наш functions.php и добавляем следующий код:</p>
<blockquote><pre>if( !is_admin()){
   wp_deregister_script('jquery');
   wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
   wp_enqueue_script('jquery');
}</pre>
</blockquote>
<p>Вот и все ваш WP теперь использует последнюю версию jQuery.<br />
На этом все, удачи!</p>
<div id="crp_related"><ul><li><a href="http://www.wp-simple.ru/fantastic-wallpapers-wordpress.html" rel="bookmark">Фантастические обои WordPress</a></li><li><a href="http://www.wp-simple.ru/customize-login-logo.html" rel="bookmark">Изменение логотипа на странице Login</a></li><li><a href="http://www.wp-simple.ru/wp-29-rc-1.html" rel="bookmark">Анонс WordPress 2.9 Release Candidate 1</a></li><li><a href="http://www.wp-simple.ru/automatically-refuse-spam.html" rel="bookmark">Автоматическая защита от спама</a></li><li><a href="http://www.wp-simple.ru/hello-world.html" rel="bookmark">Привет, мир!</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-simple.ru/ispolzuem-jquery-1-4-na-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
