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

		<item>
			<title>David Smith on "Advanced styling with jquery?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-styling-with-jquery#post-39689</link>
			<pubDate>Wed, 02 Nov 2011 12:06:21 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">39689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Torsteino,&#60;/p&#62;
&#60;p&#62;I believe you should be able to target the fields to initialize this script like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
$(&#38;#39;.uniform select, .uniform input&#38;#39;).uniform();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With this method, adding the &#34;uniform&#34; class to the fields would still allow you to target the inputs, selects, etc. that field contains.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>torsteino on "Advanced styling with jquery?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-styling-with-jquery#post-39680</link>
			<pubDate>Wed, 02 Nov 2011 11:28:55 +0000</pubDate>
			<dc:creator>torsteino</dc:creator>
			<guid isPermaLink="false">39680@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'd like to do some advanced styling. If you have a look at &#60;a href=&#34;http://uniformjs.com/&#34; rel=&#34;nofollow&#34;&#62;http://uniformjs.com/&#60;/a&#62;, this is one solution for what I'd like to do. But - it seems uniform.js needs the class to be added to the input item itself, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;field_1_3&#38;quot; class=&#38;quot;gfield gfield_contains_required&#38;quot;&#38;gt;
&#38;lt;label class=&#38;quot;gfield_label&#38;quot; for=&#38;quot;input_1_3&#38;quot;&#38;gt;
Tele­fon­num­mer
&#38;lt;span class=&#38;quot;gfield_required&#38;quot;&#38;gt;*&#38;lt;/span&#38;gt;
&#38;lt;/label&#38;gt;
&#38;lt;div class=&#38;quot;ginput_container&#38;quot;&#38;gt;
&#38;lt;input id=&#38;quot;input_1_3&#38;quot; class=&#38;quot;medium uniform&#38;quot; type=&#38;quot;text&#38;quot; tabindex=&#38;quot;5&#38;quot; value=&#38;quot;&#38;quot; name=&#38;quot;input_3&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But if I use the css class option in the advanced tab, what I get is this - the class name is added to the list item, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;field_1_3&#38;quot; class=&#38;quot;gfield gfield_contains_required&#38;quot;&#38;gt;
&#38;lt;label class=&#38;quot;gfield_label&#38;quot; for=&#38;quot;input_1_3&#38;quot;&#38;gt;
Tele­fon­num­mer
&#38;lt;span class=&#38;quot;gfield_required&#38;quot;&#38;gt;*&#38;lt;/span&#38;gt;
&#38;lt;/label&#38;gt;
&#38;lt;div class=&#38;quot;ginput_container&#38;quot;&#38;gt;
&#38;lt;input id=&#38;quot;input_1_3&#38;quot; class=&#38;quot;medium&#38;quot; type=&#38;quot;text&#38;quot; tabindex=&#38;quot;5&#38;quot; value=&#38;quot;&#38;quot; name=&#38;quot;input_3&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any tips on how to solve this? I can probably use just about any of the many form-styling-jquery-solutions out there if that would solve it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
