<?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: Using jQuery to close confirmation message on click</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-jquery-to-close-confirmation-message-on-click</link>
		<description>Gravity Support Forums Topic: Using jQuery to close confirmation message on click</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 11:17:51 +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/using-jquery-to-close-confirmation-message-on-click" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Using jQuery to close confirmation message on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-jquery-to-close-confirmation-message-on-click#post-37822</link>
			<pubDate>Thu, 13 Oct 2011 13:02:31 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">37822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to get this resolved. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LumpySimon on "Using jQuery to close confirmation message on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-jquery-to-close-confirmation-message-on-click#post-37821</link>
			<pubDate>Thu, 13 Oct 2011 12:58:09 +0000</pubDate>
			<dc:creator>LumpySimon</dc:creator>
			<guid isPermaLink="false">37821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David&#60;/p&#62;
&#60;p&#62;Thanks very much, but I've now got this working, not too sure why it didn't before.&#60;/p&#62;
&#60;p&#62;Simon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Using jQuery to close confirmation message on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-jquery-to-close-confirmation-message-on-click#post-37456</link>
			<pubDate>Mon, 10 Oct 2011 11:46:13 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">37456@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Simon,&#60;/p&#62;
&#60;p&#62;If possible, please share a link to where you have this implemented. I'll take a look and give you some feedback. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LumpySimon on "Using jQuery to close confirmation message on click"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-jquery-to-close-confirmation-message-on-click#post-37185</link>
			<pubDate>Wed, 05 Oct 2011 20:00:43 +0000</pubDate>
			<dc:creator>LumpySimon</dc:creator>
			<guid isPermaLink="false">37185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;My form is in a hidden div at the top of every page on my site. The visitor clicks a link to slideDown the form using jQuery. That works great.&#60;/p&#62;
&#60;p&#62;I would then like them to be able to click to hide the confirmation message after successful submission. So I've put the following as my confirmation message:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Thanks &#38;lt;a id=&#38;quot;form-close&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;Close Me!&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then I have the following jQuery which should close the form when they click that link:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;#form-close&#38;quot;).click(function(){
		$(&#38;quot;#enews-form&#38;quot;).slideUp();
		return false;
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(#enews-form is my div surrounding the form.) But it's not doing anything. I put an alert in there to test, and that doesn't show, so for some reason the click function is not firing. Looking at the source, there seems to be an iframe, so is this maybe what's causing the problem?&#60;/p&#62;
&#60;p&#62;Is there a way of achieving what I'd like to do?&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Simon
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
