<?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: WP_Enqueue_Script Inline Script To Load After jQuery	</title>
	<atom:link href="https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/</link>
	<description>The Best Cincinnati Web Design Agency</description>
	<lastBuildDate>Wed, 25 Jan 2017 18:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Kalen		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-463</link>

		<dc:creator><![CDATA[Kalen]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 18:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-463</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-273&quot;&gt;Chris Dillon&lt;/a&gt;.

Yes, this code appears to have a problem if you are looking for a script that is guaranteed to load your script after jQuery. Here, if the priority of this action is too high, the if statement will fail and WP execution will continue on (without ever loading your script). If you set the priority properly you would in theory never need the check in this code anyway(though it is a sanity check in case for some reason jQuery is changed).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-273">Chris Dillon</a>.</p>
<p>Yes, this code appears to have a problem if you are looking for a script that is guaranteed to load your script after jQuery. Here, if the priority of this action is too high, the if statement will fail and WP execution will continue on (without ever loading your script). If you set the priority properly you would in theory never need the check in this code anyway(though it is a sanity check in case for some reason jQuery is changed).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Code Clinic		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-425</link>

		<dc:creator><![CDATA[Code Clinic]]></dc:creator>
		<pubDate>Sun, 27 Mar 2016 19:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-425</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-418&quot;&gt;allengrich&lt;/a&gt;.

I&#039;m sure you&#039;d care if someone was taking credit for the results of your education, experience, knowledge and skill/ It&#039;s not about the creator wanting credit it&#039;s about the creator of this post trying to take credit for themselves. If you copy someone elses code or other Intellectual Property the least you should do is give a subtle link back to the source.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-418">allengrich</a>.</p>
<p>I&#8217;m sure you&#8217;d care if someone was taking credit for the results of your education, experience, knowledge and skill/ It&#8217;s not about the creator wanting credit it&#8217;s about the creator of this post trying to take credit for themselves. If you copy someone elses code or other Intellectual Property the least you should do is give a subtle link back to the source.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: allengrich		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-418</link>

		<dc:creator><![CDATA[allengrich]]></dc:creator>
		<pubDate>Mon, 14 Mar 2016 20:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-418</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-417&quot;&gt;Jimmy&lt;/a&gt;.

While it appears you are right, who cares who gets credit? This is about helping people solve problems, not some popularity contest. If it were on his blog, I&#039;m sure he would have received credit.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-417">Jimmy</a>.</p>
<p>While it appears you are right, who cares who gets credit? This is about helping people solve problems, not some popularity contest. If it were on his blog, I&#8217;m sure he would have received credit.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jimmy		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-417</link>

		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Mon, 14 Mar 2016 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-417</guid>

					<description><![CDATA[You should give credit to Scribu, since your code is a one for one copy of this post on Stack Overflow. 

http://wordpress.stackexchange.com/questions/24851/wp-enqueue-inline-script-due-to-dependancies]]></description>
			<content:encoded><![CDATA[<p>You should give credit to Scribu, since your code is a one for one copy of this post on Stack Overflow. </p>
<p><a href="http://wordpress.stackexchange.com/questions/24851/wp-enqueue-inline-script-due-to-dependancies" rel="nofollow ugc">http://wordpress.stackexchange.com/questions/24851/wp-enqueue-inline-script-due-to-dependancies</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Niccolò Brogi		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-299</link>

		<dc:creator><![CDATA[Niccolò Brogi]]></dc:creator>
		<pubDate>Fri, 18 Apr 2014 12:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-299</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-273&quot;&gt;Chris Dillon&lt;/a&gt;.

Exactly.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-273">Chris Dillon</a>.</p>
<p>Exactly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Dillon		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-273</link>

		<dc:creator><![CDATA[Chris Dillon]]></dc:creator>
		<pubDate>Sun, 19 Jan 2014 23:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-273</guid>

					<description><![CDATA[Since it doesn&#039;t enqueue the script with dependencies, is there a possibility that this will fire before jQuery has loaded? Would setting a later priority in add_action solve that?]]></description>
			<content:encoded><![CDATA[<p>Since it doesn&#8217;t enqueue the script with dependencies, is there a possibility that this will fire before jQuery has loaded? Would setting a later priority in add_action solve that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Izrada web stranica		</title>
		<link>https://www.ideasandpixels.com/articles/wp_enqueue_script-inline-script-to-load-after-jquery/#comment-236</link>

		<dc:creator><![CDATA[Izrada web stranica]]></dc:creator>
		<pubDate>Sat, 26 Oct 2013 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=1910#comment-236</guid>

					<description><![CDATA[Thank you for script.  I think I will need it very soon. One more time thanx for share.

&lt;a href=&quot;http://www.extremeit.hr/&quot; rel=&quot;nofollow&quot;&gt;Izrada web stranica&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>Thank you for script.  I think I will need it very soon. One more time thanx for share.</p>
<p><a href="http://www.extremeit.hr/" rel="nofollow">Izrada web stranica</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
