<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: None of my javascript is working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working</link>
		<description>Gravity Support Forums Topic: None of my javascript is working</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:03:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/none-of-my-javascript-is-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61831</link>
			<pubDate>Thu, 07 Jun 2012 14:20:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad you got it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Homebase on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61830</link>
			<pubDate>Thu, 07 Jun 2012 14:15:06 +0000</pubDate>
			<dc:creator>Homebase</dc:creator>
			<guid isPermaLink="false">61830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool, thanks for your help. Now that everything is working I can finish the website build.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61828</link>
			<pubDate>Thu, 07 Jun 2012 14:10:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61828@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms does not output an older version of jQuery, as I said above. Here is a &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/e53e200f-a624-4a40-838f-9eee3a32b16c/9dbbc5c85f0858ff16e3dc8f8c723cd7&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; of my dev site running the default Twenty Eleven theme and Gravity Forms. You will see it indeed is loading the latest version that is included with WordPress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Homebase on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61824</link>
			<pubDate>Thu, 07 Jun 2012 14:06:38 +0000</pubDate>
			<dc:creator>Homebase</dc:creator>
			<guid isPermaLink="false">61824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I deleted the jQuery being loaded in the footer and now it seems to be working. Everything worked in the preview of the form. I guess wordpress is still loading an older version of jQuery
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61822</link>
			<pubDate>Thu, 07 Jun 2012 14:02:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is incorrect, we enqueue and load jQuery when necessary and use the version that ships with WordPress, as that is the correct way to do so. This &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/c3ddb276-80b9-49fc-9d18-40f36e43e778/040b45d0dfbffa7992d154f3392b8ee7&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; shows it's coming from a google hosted resource.&#60;/p&#62;
&#60;p&#62;Does your form with conditional logic show and function in the the formbuilder preview?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Homebase on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61821</link>
			<pubDate>Thu, 07 Jun 2012 13:59:04 +0000</pubDate>
			<dc:creator>Homebase</dc:creator>
			<guid isPermaLink="false">61821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like it is gravity forms that is trying to load the older version of jQuery, I am right?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61819</link>
			<pubDate>Thu, 07 Jun 2012 13:50:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is with your theme. The form isn't showing when there is conditional logic because of JavaScript errors. At the top of your source you are including an old version of jQuery and in the footer after all of your scripts you are including a newer version.&#60;/p&#62;
&#60;p&#62;Your goal here would be to get rid of the jQuery reference in the footer, and make sure your jQuery reference in the head is the latest version.&#60;/p&#62;
&#60;p&#62;You can test for theme/plugin conflicts by following the instructions here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61818</link>
			<pubDate>Thu, 07 Jun 2012 13:50:25 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61818@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your error is related to the fact that you have 2 JQuery calls, one is 1.6 in the header and the other is 1.7.2 in the footer. You should only have one and it should be in the header and it should be the 1.7.2 version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Homebase on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61810</link>
			<pubDate>Thu, 07 Jun 2012 12:40:09 +0000</pubDate>
			<dc:creator>Homebase</dc:creator>
			<guid isPermaLink="false">61810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://bcodev.com/insiders/requestforfunds/&#34; rel=&#34;nofollow&#34;&#62;http://bcodev.com/insiders/requestforfunds/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On the first option it is supposed to show a set of checkboxes depending on which option you choose.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "None of my javascript is working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/none-of-my-javascript-is-working#post-61809</link>
			<pubDate>Thu, 07 Jun 2012 12:34:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you link your form so we can take a look?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
