<?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: placement of jquery script</title>
		<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script</link>
		<description>Gravity Support Forums Topic: placement of jquery script</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 03:52:31 +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/placement-of-jquery-script" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55667</link>
			<pubDate>Wed, 18 Apr 2012 10:47:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K Schroeder on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55664</link>
			<pubDate>Wed, 18 Apr 2012 10:41:51 +0000</pubDate>
			<dc:creator>K Schroeder</dc:creator>
			<guid isPermaLink="false">55664@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you. That did work perfectly and i consider the issue closed.&#60;br /&#62;
`&#60;br /&#62;
Issues to be resolved:&#60;br /&#62;
1. The script is not loaded when the form is called.&#60;br /&#62;
2. a GF developer will need to find the form id and the checkbox id or ul id.&#60;/p&#62;
&#60;p&#62;i'll create a post with an extended instructions for putting it in place and calling it.&#60;br /&#62;
Thanks&#60;br /&#62;
Kim
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55619</link>
			<pubDate>Wed, 18 Apr 2012 07:53:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55619@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kim, why don't you place that script above into twotg-limitCheckboxSelections.js ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K Schroeder on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55583</link>
			<pubDate>Tue, 17 Apr 2012 18:07:46 +0000</pubDate>
			<dc:creator>K Schroeder</dc:creator>
			<guid isPermaLink="false">55583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Rob Harrell the Display_Form contains a class named &#34;GFFormDisplay&#34;. i believe that is a GF template. It appears to be used for a few things, but also to conditionally load scripts when necessary.&#60;br /&#62;
the form (my form not the one noted above) can be found here:&#60;br /&#62;
&#60;a href=&#34;http://iitconf.2techgirls.com/speakers/call-for-speakers/&#34; rel=&#34;nofollow&#34;&#62;http://iitconf.2techgirls.com/speakers/call-for-speakers/&#60;/a&#62;&#60;br /&#62;
if you use firebug you can see the script in&#60;br /&#62;
twotg-limitCheckboxSelections.js
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K Schroeder on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55575</link>
			<pubDate>Tue, 17 Apr 2012 17:35:27 +0000</pubDate>
			<dc:creator>K Schroeder</dc:creator>
			<guid isPermaLink="false">55575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;THis is an a more developed issue, but are there instructions available on how to extend the check box item and allow for settings in form creation widget?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55574</link>
			<pubDate>Tue, 17 Apr 2012 17:34:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kim, can you post a link to your form. Is display_form.php a page template in your theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>K Schroeder on "placement of jquery script"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/placement-of-jquery-script#post-55573</link>
			<pubDate>Tue, 17 Apr 2012 17:32:38 +0000</pubDate>
			<dc:creator>K Schroeder</dc:creator>
			<guid isPermaLink="false">55573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a jquery script based on a post here that sets a cieling on the number of checkboxes checked. It functions perfectly in a standard html page. i'm loading it in the wp template script-loader.php and i'm wp_enqueue_script'ing it in display_form.php just after jQuery.&#60;br /&#62;
i get how to call it, but i'm not sure where the below script or part of it should be placed&#60;/p&#62;
&#60;p&#62;Any help would be appreciated. Thanks Kim&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery.noConflict();
    jQuery(document).ready(function($) {
        $(&#38;#39;:checkbox[id^=choice_]&#38;#39;).limit(2);
    });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
