<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: &#8220;jQuery is not defined&#8221; WordPress Error Fix</title>
	<atom:link href="http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html/feed" rel="self" type="application/rss+xml" />
	<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html</link>
	<description>web development and stuff</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:24:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-RC2-19567</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: nie-mehr-benzin.de</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-31255</link>
		<dc:creator>nie-mehr-benzin.de</dc:creator>
		<pubDate>Tue, 27 Dec 2011 20:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-31255</guid>
		<description>The above solutions make absolutely no sense.

The only right solution is to block the concatenation of scripts:

add in wp-config.php:

define(&#039;CONCATENATE_SCRIPTS&#039;, false);

That works.</description>
		<content:encoded><![CDATA[<p>The above solutions make absolutely no sense.</p>
<p>The only right solution is to block the concatenation of scripts:</p>
<p>add in wp-config.php:</p>
<p>define(&#8216;CONCATENATE_SCRIPTS&#8217;, false);</p>
<p>That works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Davis</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-30943</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Sat, 10 Dec 2011 11:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-30943</guid>
		<description>Thanks for your help
Was pulling my hair out having problems with script errors.

&quot;Re upload the wp-includesjs folder and overwrite whatever is in there.
 That’s what fixed it for me&quot;

Worked first time.

Saved me a lot of grief.</description>
		<content:encoded><![CDATA[<p>Thanks for your help<br />
Was pulling my hair out having problems with script errors.</p>
<p>&#8220;Re upload the wp-includesjs folder and overwrite whatever is in there.<br />
 That’s what fixed it for me&#8221;</p>
<p>Worked first time.</p>
<p>Saved me a lot of grief.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lopez</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-27953</link>
		<dc:creator>Lopez</dc:creator>
		<pubDate>Mon, 10 Oct 2011 10:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-27953</guid>
		<description>I found that my in my Theme functions file there was an extra few lines trying to change the jQuery files.
For example in ./wp-content/themes/twentyten/functions.php near the bottom:

function my_init_method() {
    wp_deregister_script( &#039;jquery&#039; );
    wp_register_script( &#039;jquery&#039;, &#039;http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js&#039;);
    wp_enqueue_script( &#039;jquery&#039; );
} 

add_action(&#039;init&#039;, &#039;my_init_method&#039;);

I believe these were added by some plug-in. Just comment them out and the jQuery should function again. My problem was on the menu editor under appearance. I couldn&#039;t drag the menus about.</description>
		<content:encoded><![CDATA[<p>I found that my in my Theme functions file there was an extra few lines trying to change the jQuery files.<br />
For example in ./wp-content/themes/twentyten/functions.php near the bottom:</p>
<p>function my_init_method() {<br />
    wp_deregister_script( &#8216;jquery&#8217; );<br />
    wp_register_script( &#8216;jquery&#8217;, &#8216;<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js</a>&#8216;);<br />
    wp_enqueue_script( &#8216;jquery&#8217; );<br />
} </p>
<p>add_action(&#8216;init&#8217;, &#8216;my_init_method&#8217;);</p>
<p>I believe these were added by some plug-in. Just comment them out and the jQuery should function again. My problem was on the menu editor under appearance. I couldn&#8217;t drag the menus about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Admin Errors &#124; Cyrozap&#039;s Tech Projects</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-24500</link>
		<dc:creator>Wordpress Admin Errors &#124; Cyrozap&#039;s Tech Projects</dc:creator>
		<pubDate>Sun, 14 Aug 2011 01:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-24500</guid>
		<description>[...] was having EXACTLY the same errors as this guy&#8211;basically, none of the javascript elements in WordPress were working, ex. Check All [...]</description>
		<content:encoded><![CDATA[<p>[...] was having EXACTLY the same errors as this guy&#8211;basically, none of the javascript elements in WordPress were working, ex. Check All [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hnhd</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-22819</link>
		<dc:creator>hnhd</dc:creator>
		<pubDate>Sat, 09 Jul 2011 12:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-22819</guid>
		<description>thank you, it works for me!!!</description>
		<content:encoded><![CDATA[<p>thank you, it works for me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeet Chand</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-22569</link>
		<dc:creator>Sanjeet Chand</dc:creator>
		<pubDate>Sun, 03 Jul 2011 22:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-22569</guid>
		<description>try the following link
http://wordpress.org/support/topic/javascript-error-in-admin-panel-with-load-scriptsphp?replies=1</description>
		<content:encoded><![CDATA[<p>try the following link<br />
<a href="http://wordpress.org/support/topic/javascript-error-in-admin-panel-with-load-scriptsphp?replies=1" rel="nofollow">http://wordpress.org/support/topic/javascript-error-in-admin-panel-with-load-scriptsphp?replies=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eva Farkasne</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-18103</link>
		<dc:creator>Eva Farkasne</dc:creator>
		<pubDate>Mon, 14 Mar 2011 09:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-18103</guid>
		<description>Thank you! I am new to wordpress and I am just trying to create my new wordpress theme. Why not use multi-level menus to start with? So I wantet to use jquery as with many themes the hover attribute of li was used to style the second level of ul, but that does not work in IE 6. 
I just could not use jquery at all, till I have found your blog. I have udated it once to verion 3.1, so that might have caused the problem!</description>
		<content:encoded><![CDATA[<p>Thank you! I am new to wordpress and I am just trying to create my new wordpress theme. Why not use multi-level menus to start with? So I wantet to use jquery as with many themes the hover attribute of li was used to style the second level of ul, but that does not work in IE 6.<br />
I just could not use jquery at all, till I have found your blog. I have udated it once to verion 3.1, so that might have caused the problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheetal</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-17622</link>
		<dc:creator>sheetal</dc:creator>
		<pubDate>Wed, 02 Mar 2011 05:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-17622</guid>
		<description>how to re upload js folder??</description>
		<content:encoded><![CDATA[<p>how to re upload js folder??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-17438</link>
		<dc:creator>Steffen</dc:creator>
		<pubDate>Fri, 25 Feb 2011 12:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-17438</guid>
		<description>Worked for me! Thank You!</description>
		<content:encoded><![CDATA[<p>Worked for me! Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvia</title>
		<link>http://orenyomtov.com/jquery-is-not-defined-wordpress-error-fix.html#comment-16508</link>
		<dc:creator>Sylvia</dc:creator>
		<pubDate>Wed, 02 Feb 2011 23:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://orenyomtov.com/?p=288#comment-16508</guid>
		<description>THANK you so much for spending the time to do that research. I was just starting on the same process myself when I stumbled upon your post here, and overwriting the contents of the js folder did the trick just as you said it would.

CHEERS~! Sylvia</description>
		<content:encoded><![CDATA[<p>THANK you so much for spending the time to do that research. I was just starting on the same process myself when I stumbled upon your post here, and overwriting the contents of the js folder did the trick just as you said it would.</p>
<p>CHEERS~! Sylvia</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: orenyomtov.com @ 2012-02-09 13:23:34 -->
