<?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: JSON problem - I want to revert to a previeous version of the plug-in</title>
		<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in</link>
		<description>Gravity Support Forums Topic: JSON problem - I want to revert to a previeous version of the plug-in</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:12:10 +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/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-59119</link>
			<pubDate>Wed, 16 May 2012 07:16:20 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">59119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank for checking Miriam! Glad we got it right this time. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newwws on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-59110</link>
			<pubDate>Wed, 16 May 2012 03:05:44 +0000</pubDate>
			<dc:creator>newwws</dc:creator>
			<guid isPermaLink="false">59110@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello David,&#60;/p&#62;
&#60;p&#62;This fix fixed the fix ;) Everything is working ok now.&#60;/p&#62;
&#60;p&#62;Kind regards, Miriam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-58928</link>
			<pubDate>Mon, 14 May 2012 18:17:51 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">58928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Newwws,&#60;/p&#62;
&#60;p&#62;We're not in love with the fix either. Unfortunately, we get an incredible amount of support from users who are using outdated versions of jQuery where the prop() method is not supported. It may not be our responsibility to fix their issue; however, it sure makes our lives a little easier. &#60;/p&#62;
&#60;p&#62;With that said, I do apologize that the &#34;fix&#34; we implemented in the latest version actually contains an issue and has been causing some users some grief. The updated code is below and will be included in the next release.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
// &#38;quot;prop&#38;quot; method fix for previous versions of jQuery
var originalPropMethod = jQuery.fn.prop;

jQuery.fn.prop = function() {
    if(typeof originalPropMethod == &#38;#39;undefined&#38;#39;) {
        return jQuery.fn.attr.apply(this, arguments);
    } else {
        return originalPropMethod.apply(this, arguments);
    }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you feel like giving the updated fix a spin before the release hits the auto upgrader, let me know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newwws on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-58803</link>
			<pubDate>Mon, 14 May 2012 04:14:29 +0000</pubDate>
			<dc:creator>newwws</dc:creator>
			<guid isPermaLink="false">58803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob, thank you for your help. The code you suggested didn't work. As I already told you in my e-mail, the problem had something to do with the prop/attr-thing. After commenting out the code for the &#34;fix&#34; in grafityform.js my script worked as before.&#60;/p&#62;
&#60;p&#62;I want to file this as a bug, because I think it's not the task of a plug-in to fix old code of other scripts. People who have a problem with old code should rewrite their script. That's a better solution than a plug-in that redefines a part of jQuery.&#60;/p&#62;
&#60;p&#62;Please, get rid of the &#34;fix&#34; in a new version of this great plug-in.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// &#38;quot;prop&#38;quot; method fix for previous versions of jQuery
//var originalPropMethod = jQuery.fn.prop;
//
//jQuery.fn.prop = function() {
//    if(typeof originalPropMethod == &#38;#39;undefined&#38;#39;) {
//        jQuery.fn.attr.apply(this, arguments);
//    } else {
//        originalPropMethod.apply(this, arguments);
//    }
//}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-58143</link>
			<pubDate>Tue, 08 May 2012 10:49:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try using &#34;select.find('options')&#34; or &#34;select.children('options')&#34; instead of prop and see if that fixes it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-58120</link>
			<pubDate>Tue, 08 May 2012 09:55:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Miriam - send me an email to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; and reference this post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newwws on "JSON problem - I want to revert to a previeous version of the plug-in"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/json-problem-i-want-to-revert-to-a-previeous-version-of-the-plug-in#post-58104</link>
			<pubDate>Tue, 08 May 2012 09:18:13 +0000</pubDate>
			<dc:creator>newwws</dc:creator>
			<guid isPermaLink="false">58104@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to download the previous version of the plug-in?&#60;/p&#62;
&#60;p&#62;I've installed the latest version and now the JSON in my form doesn't work any longer. As I have other things to do, I want to re-install the previous version of the plug-in and fix the problems later.&#60;/p&#62;
&#60;p&#62;That being said, I'm happy to hear if someone knows why this throws an error with the latest version:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;options[options.length] = new Option(array[&#38;#39;cursusdatum&#38;#39;]);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://emday.nl/inschrijven/inschrijfformulier/&#34; rel=&#34;nofollow&#34;&#62;http://emday.nl/inschrijven/inschrijfformulier/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;TIA, Miriam
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
