<?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: Type Error on Ajax pages with Spinner.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/type-error-on-ajax-pages-with-spinner</link>
		<description>Gravity Support Forums Topic: Type Error on Ajax pages with Spinner.</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:09:07 +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/type-error-on-ajax-pages-with-spinner" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Type Error on Ajax pages with Spinner."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/type-error-on-ajax-pages-with-spinner#post-69788</link>
			<pubDate>Tue, 07 Aug 2012 00:29:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">69788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please provide a link to your form so we can check this out.  It could be due to a theme or plugin conflict. There might be a JavaScript or jQuery error causing a problem with the jQuery that Gravity Forms needs to operate.  If you like, you can begin troubleshooting by following these steps &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please provide a link to your form so we can see this in action and help you with a solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fishnyc22 on "Type Error on Ajax pages with Spinner."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/type-error-on-ajax-pages-with-spinner#post-69654</link>
			<pubDate>Mon, 06 Aug 2012 10:23:40 +0000</pubDate>
			<dc:creator>fishnyc22</dc:creator>
			<guid isPermaLink="false">69654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm currently getting this error when I load a page that has a AJAX confirmation. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;TypeError: &#38;#39;undefined&#38;#39; is not a function (evaluating &#38;#39;jQuery(&#38;#39;#input_27_6&#38;#39;).mask(&#38;#39;99999&#38;#39;)&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It also pops up when I submit the form as well. This is the code that is in question:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;function gformInitSpinner_27(){jQuery(&#38;#39;#gform_27&#38;#39;).submit(function(){jQuery(&#38;#39;#gform_submit_button_27&#38;#39;).attr(&#38;#39;disabled&#38;#39;, true).after(&#38;#39;&#38;lt;&#38;#39; + &#38;#39;img id=&#38;quot;gform_ajax_spinner_27&#38;quot;  class=&#38;quot;gform_ajax_spinner&#38;quot; src=&#38;quot;http://www.lan.com/onlyinsouthamerica/wp-content/plugins/gravityforms/images/spinner.gif&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;#39;);jQuery(&#38;#39;#gform_wrapper_27 .gform_previous_button&#38;#39;).attr(&#38;#39;disabled&#38;#39;, true); jQuery(&#38;#39;#gform_wrapper_27 .gform_next_button&#38;#39;).attr(&#38;#39;disabled&#38;#39;, true).after(&#38;#39;&#38;lt;&#38;#39; + &#38;#39;img id=&#38;quot;gform_ajax_spinner_27&#38;quot;  class=&#38;quot;gform_ajax_spinner&#38;quot; src=&#38;quot;http://www.lan.com/onlyinsouthamerica/wp-content/plugins/gravityforms/images/spinner.gif&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;#39;);} );}jQuery(document).ready(function($){gformInitSpinner_27();jQuery(&#38;#39;#gform_ajax_frame_27&#38;#39;).load( function(){var contents = jQuery(this).contents().find(&#38;#39;*&#38;#39;).html();var is_postback = contents.indexOf(&#38;#39;GF_AJAX_POSTBACK&#38;#39;) &#38;gt;= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(&#38;#39;#gform_wrapper_27&#38;#39;);var is_redirect = contents.indexOf(&#38;#39;gformRedirect(){&#38;#39;) &#38;gt;= 0;jQuery(&#38;#39;#gform_submit_button_27&#38;#39;).removeAttr(&#38;#39;disabled&#38;#39;);if(form_content.length &#38;gt; 0){jQuery(&#38;#39;#gform_wrapper_27&#38;#39;).html(form_content.html());jQuery(document).scrollTop(jQuery(&#38;#39;#gform_wrapper_27&#38;#39;).offset().top);if(window[&#38;#39;gformInitDatepicker&#38;#39;]) {gformInitDatepicker();}if(window[&#38;#39;gformInitPriceFields&#38;#39;]) {gformInitPriceFields();}var current_page = jQuery(&#38;#39;#gform_source_page_number_27&#38;#39;).val();gformInitSpinner_27();jQuery(document).trigger(&#38;#39;gform_page_loaded&#38;#39;, [27, current_page]);}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(&#38;#39;#gforms_confirmation_message&#38;#39;).html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery(&#38;#39;#gform_wrapper_27&#38;#39;).replaceWith(&#38;#39;&#38;lt;&#38;#39; + &#38;#39;div id=\&#38;#39;gforms_confirmation_message\&#38;#39; class=\&#38;#39;gform_confirmation_message_27\&#38;#39;&#38;#39; + &#38;#39;&#38;gt;&#38;#39; + confirmation_content + &#38;#39;&#38;lt;&#38;#39; + &#38;#39;/div&#38;#39; + &#38;#39;&#38;gt;&#38;#39;);jQuery(document).scrollTop(jQuery(&#38;#39;#gforms_confirmation_message&#38;#39;).offset().top);jQuery(document).trigger(&#38;#39;gform_confirmation_loaded&#38;#39;, [27]);}, 50);}else{jQuery(&#38;#39;#gform_27&#38;#39;).append(contents);if(window[&#38;#39;gformRedirect&#38;#39;]) gformRedirect();}jQuery(document).trigger(&#38;#39;gform_post_render&#38;#39;, [27, current_page]);} );} );&#38;lt;/script&#38;gt;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt; jQuery(document).bind(&#38;#39;gform_post_render&#38;#39;, function(event, formId, currentPage){if(formId == 27) {jQuery(&#38;#39;#input_27_6&#38;#39;).mask(&#38;#39;99999&#38;#39;).bind(&#38;#39;keypress&#38;#39;, function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).bind(&#38;#39;gform_post_conditional_logic&#38;#39;, function(event, formId, fields, isInit){} );&#38;lt;/script&#38;gt;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt; jQuery(document).ready(function(){jQuery(document).trigger(&#38;#39;gform_post_render&#38;#39;, [27, 1]) } ); &#38;lt;/script&#38;gt;                        &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;any ideas whats causing it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
