<?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: js tooltip not function on subpages on multiform</title>
		<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform</link>
		<description>Gravity Support Forums Topic: js tooltip not function on subpages on multiform</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:44:20 +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/js-tooltip-not-function-on-subpages-on-multiform" rel="self" type="application/rss+xml" />

		<item>
			<title>joshuakons on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-47716</link>
			<pubDate>Sun, 29 Jan 2012 19:35:21 +0000</pubDate>
			<dc:creator>joshuakons</dc:creator>
			<guid isPermaLink="false">47716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to insert the below snippet of code to prevent AJAX from breaking my Cufon fonts when I use multi-form pages.  I have tried everything, but cannot figure out where to insert this code or how to make it function.  I have inserted it directly in header.php in several locations to no avail.  Can someone help me with this? The code I am trying to insert is below:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
2	    jQuery(document).ready(function(){&#60;br /&#62;
3&#60;br /&#62;
4	        jQuery(document).bind('gform_page_loaded', function(){&#60;br /&#62;
5	            Cufon.refresh('h1,h2,h3,h4,h5,h6');&#60;br /&#62;
6	        });&#60;br /&#62;
7&#60;br /&#62;
8	    })&#60;br /&#62;
9	&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caspianservices on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18961</link>
			<pubDate>Fri, 18 Feb 2011 18:40:02 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yes, ajax...i think i got it to work. i am going to try a few things and give the final verdict!  :)&#60;/p&#62;
&#60;p&#62;thanks again!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18951</link>
			<pubDate>Fri, 18 Feb 2011 16:41:27 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">18951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should add it to your theme's header file. If your theme has a custom.js or init.js, you could add it there as well.&#60;/p&#62;
&#60;p&#62;I assumed your form had AJAX enabled, and this script will only work for AJAX forms. Is your form a non-AJAX form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caspianservices on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18891</link>
			<pubDate>Thu, 17 Feb 2011 23:22:06 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks. very does this snippet go? i tried to get it to just fire an alert, but nothing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18854</link>
			<pubDate>Thu, 17 Feb 2011 17:00:48 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">18854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You will need to use the gform_page_loaded javascript hook. Following is a code snippet on how to use that hook.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
    jQuery(document).ready(function(){

        jQuery(document).bind(&#38;#39;gform_page_loaded&#38;#39;, function(event, form_id, page_number){
               //Replace 2 with your actual form ID
               if(form_id == 2){
                   //Add your tooltip javascript code here
               }
        });

    })
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>caspianservices on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18853</link>
			<pubDate>Thu, 17 Feb 2011 16:54:19 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18853@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just following up...can I still get that? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18770</link>
			<pubDate>Thu, 17 Feb 2011 00:19:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is a jQuery event you can use to accomplish what you want to do.  I have forwarded this post to one of the developers on our team who is familiar with this jQuery and he will be posting details on the solution here in the morning.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caspianservices on "js tooltip not function on subpages on multiform"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/js-tooltip-not-function-on-subpages-on-multiform#post-18769</link>
			<pubDate>Thu, 17 Feb 2011 00:13:41 +0000</pubDate>
			<dc:creator>caspianservices</dc:creator>
			<guid isPermaLink="false">18769@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;this is similar to the other issue with multipage, on the subpages...&#60;/p&#62;
&#60;p&#62;we are using js to load an image as a tooltip (need to show a paragraph of text for each option selection - you hover over the option, you see the paragraph text as a tooltip, so you can make the selection you want).&#60;/p&#62;
&#60;p&#62;it's working fine on step 1 of the multiform, but as soon as i go to step 2, it stops working...if i go back to step one with &#34;previous&#34; submit button, or even on the 1st step when we get validation errors on the form it stops working.&#60;/p&#62;
&#60;p&#62;is there a way we can call our js function after each time we click the submit button. i am thinking this might work.&#60;/p&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
