<?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"

			>

	<channel>

		<title>Using JQuery &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/using-jquery/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/using-jquery/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 14:50:36 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-51365</guid>
					<title><![CDATA[Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-51365</link>
					<pubDate>Mon, 02 Jun 2014 17:05:32 +0000</pubDate>
					<dc:creator>FCEadmin</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to use jquery in this theme through the javascript section in the customizer, or any other way?</p>
<p>Thank you 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-51623</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-51623</link>
					<pubDate>Tue, 03 Jun 2014 07:46:26 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Kath,</p>
<p>Yes, you can use jQuery in the Customizer. Just don&#8217;t include &lt;script&gt; tags.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-52238</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-52238</link>
					<pubDate>Wed, 04 Jun 2014 14:26:56 +0000</pubDate>
					<dc:creator>FCEadmin</dc:creator>

					<description>
						<![CDATA[
						<p>I tried using jquery to do a simple alert with no luck but using vanilla javascript I was able to make it work. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-52413</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-52413</link>
					<pubDate>Wed, 04 Jun 2014 19:20:43 +0000</pubDate>
					<dc:creator>Aman</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Katherine,</p>
<p>Looks like the issue is resolved. Please get in touch if you still need any help.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-53321</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-53321</link>
					<pubDate>Fri, 06 Jun 2014 15:09:57 +0000</pubDate>
					<dc:creator>FCEadmin</dc:creator>

					<description>
						<![CDATA[
						<p>Well, I would like to use jquery on the theme, but it seems that only javascript is working. Is there a way to fix this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-53518</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-53518</link>
					<pubDate>Sat, 07 Jun 2014 03:07:52 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Katherine,</p>
<p>Could you provide the code of what you&#8217;re trying to achieve?</p>
<p>You could add jquery at customizer&#8217;s custom javascript. For example:</p>
<pre><code>jQuery(function($){

/* javascript or jquery code goes here */

$(document).ready(function(){
   alert(&#039;Hey, I am ready! &#039;);
});

$(&#039;a&#039;).click(function(){
   alert(&#039; Oh hey!, I am a link :) &#039;);
});

});</code></pre>
<p>Or are you trying to embed a jquery&#8217;s file url?</p>
<p>Let us know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-54200</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-54200</link>
					<pubDate>Mon, 09 Jun 2014 18:29:28 +0000</pubDate>
					<dc:creator>FCEadmin</dc:creator>

					<description>
						<![CDATA[
						<p>That works, thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-jquery/#post-54321</guid>
					<title><![CDATA[Reply To: Using JQuery]]></title>
					<link>https://theme.co/archive/forums/topic/using-jquery/#post-54321</link>
					<pubDate>Tue, 10 Jun 2014 02:39:16 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Katherine.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

