<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The &#8216;Select&#8217; Problem After Using jqTransform and its Solution</title>
	<atom:link href="http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/</link>
	<description>We develop enthralling web experiences.</description>
	<lastBuildDate>Mon, 13 May 2013 15:34:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
	<item>
		<title>By: Arun Prakash</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-2/#comment-140774</link>
		<dc:creator>Arun Prakash</dc:creator>
		<pubDate>Thu, 04 Apr 2013 19:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-140774</guid>
		<description>I have an issue with jqtransform. Though it&#039;s not associated with this post, but it&#039;ll be really helpful for me.

How to apply different sizes for different text boxes?
I achieved it by using
&lt;pre&gt;width: auto !important;&lt;/pre&gt; to .jqTransformInputWrapper and different size &lt;pre&gt;width: 200px !important;&lt;/pre&gt; for a particular text box but it doesn&#039;t work in Chrome (Even IE7 works!).</description>
		<content:encoded><![CDATA[<p>I have an issue with jqtransform. Though it&#8217;s not associated with this post, but it&#8217;ll be really helpful for me.</p>
<p>How to apply different sizes for different text boxes?<br />
I achieved it by using</p><!-- Crayon Syntax Highlighter v2.0.2 -->

		<div id="crayon-51a152212b268" class="crayon-syntax crayon-theme-son-of-obsidian crayon-font-monaco crayon-os-pc print-yes" data-settings=" scroll-mouseover" style=" margin-top: 12px; margin-bottom: 12px; float: none; clear: both; font-size: 12px !important; line-height: 15px !important;">
		
			<div class="crayon-toolbar" data-settings=" show" style="height: 18px !important; line-height: 18px !important;">
			<div class="crayon-tools"><a class="crayon-nums-button crayon-button" title="Toggle Line Numbers"></a><a class="crayon-wrap-button crayon-button" title="Toggle Line Wrap"></a><a class="crayon-copy-button crayon-button" data-text="Press %s to Copy, %s to Paste" title="Copy Plain Code"></a><a class="crayon-popup-button crayon-button" title="Open Code In New Window" onclick="return false;"></a><a class="crayon-expand-button crayon-button" title="Expand Code"></a><a class="crayon-plain-button crayon-button" title="Toggle Plain Code"></a></div></div>
			<div class="crayon-info" style="min-height: 15px !important; line-height: 15px !important;"></div>
			<div class="crayon-plain-wrap"><textarea wrap="off" class="crayon-plain print-no" data-settings="dblclick" readonly style="-moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4; font-size: 12px !important; line-height: 15px !important;">
width: auto !important;</textarea></div>
			<div class="crayon-main" style="">
				<table class="crayon-table">
					<tr class="crayon-row">
				<td class="crayon-nums " data-settings="show" style="font-size: 12px !important; line-height: 15px !important;">
					<div class="crayon-nums-content"><div class="crayon-num" data-line="crayon-51a152212b268-1">1</div></div>
				</td>
						<td class="crayon-code"><div class="crayon-pre" style="font-size: 12px !important; line-height: 15px !important;"><div class="crayon-line" id="crayon-51a152212b268-1"><span class="i">width</span><span class="o">:</span><span class="h"> </span><span class="i">auto</span><span class="h"> </span><span class="o">!</span><span class="i">important</span><span class="sy">;</span></div></div></td>
					</tr>
				</table>
			</div>
		</div>
<!-- [Format Time: 0.0011 seconds] -->
<p> to .jqTransformInputWrapper and different size </p><!-- Crayon Syntax Highlighter v2.0.2 -->

		<div id="crayon-51a152212b64e" class="crayon-syntax crayon-theme-son-of-obsidian crayon-font-monaco crayon-os-pc print-yes" data-settings=" scroll-mouseover" style=" margin-top: 12px; margin-bottom: 12px; float: none; clear: both; font-size: 12px !important; line-height: 15px !important;">
		
			<div class="crayon-toolbar" data-settings=" show" style="height: 18px !important; line-height: 18px !important;">
			<div class="crayon-tools"><a class="crayon-nums-button crayon-button" title="Toggle Line Numbers"></a><a class="crayon-wrap-button crayon-button" title="Toggle Line Wrap"></a><a class="crayon-copy-button crayon-button" data-text="Press %s to Copy, %s to Paste" title="Copy Plain Code"></a><a class="crayon-popup-button crayon-button" title="Open Code In New Window" onclick="return false;"></a><a class="crayon-expand-button crayon-button" title="Expand Code"></a><a class="crayon-plain-button crayon-button" title="Toggle Plain Code"></a></div></div>
			<div class="crayon-info" style="min-height: 15px !important; line-height: 15px !important;"></div>
			<div class="crayon-plain-wrap"><textarea wrap="off" class="crayon-plain print-no" data-settings="dblclick" readonly style="-moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4; font-size: 12px !important; line-height: 15px !important;">
width: 200px !important;</textarea></div>
			<div class="crayon-main" style="">
				<table class="crayon-table">
					<tr class="crayon-row">
				<td class="crayon-nums " data-settings="show" style="font-size: 12px !important; line-height: 15px !important;">
					<div class="crayon-nums-content"><div class="crayon-num" data-line="crayon-51a152212b64e-1">1</div></div>
				</td>
						<td class="crayon-code"><div class="crayon-pre" style="font-size: 12px !important; line-height: 15px !important;"><div class="crayon-line" id="crayon-51a152212b64e-1"><span class="i">width</span><span class="o">:</span><span class="h"> </span><span class="cn">200px</span><span class="h"> </span><span class="o">!</span><span class="i">important</span><span class="sy">;</span></div></div></td>
					</tr>
				</table>
			</div>
		</div>
<!-- [Format Time: 0.0008 seconds] -->
<p> for a particular text box but it doesn&#8217;t work in Chrome (Even IE7 works!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nidzoni</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-126322</link>
		<dc:creator>nidzoni</dc:creator>
		<pubDate>Sun, 16 Sep 2012 09:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-126322</guid>
		<description>Hello, I have similar problem as James wrote, so can someone please give solution with livequery or live.. Problem is dynamic (ajax/json) populating target jqtransform select. When i click on populated select, nothing happens. Source select get blocked, and in console window get err: &#039;$(&quot;a.selected&quot;, $ul).offset() is null&#039;.
I`m struggled with this for a two days :(

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hello, I have similar problem as James wrote, so can someone please give solution with livequery or live.. Problem is dynamic (ajax/json) populating target jqtransform select. When i click on populated select, nothing happens. Source select get blocked, and in console window get err: &#8216;$(&#8220;a.selected&#8221;, $ul).offset() is null&#8217;.<br />
I`m struggled with this for a two days <img src='http://www.code-pal.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zied Ellouze</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-2/#comment-114249</link>
		<dc:creator>Zied Ellouze</dc:creator>
		<pubDate>Mon, 14 May 2012 18:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-114249</guid>
		<description>Est ce que vous avez fait appel au feuille de style?</description>
		<content:encoded><![CDATA[<p>Est ce que vous avez fait appel au feuille de style?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zied Ellouze</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-2/#comment-114248</link>
		<dc:creator>Zied Ellouze</dc:creator>
		<pubDate>Mon, 14 May 2012 18:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-114248</guid>
		<description>Hello;
is what you have found a solution for the use of “OptionGroup”?
thank you</description>
		<content:encoded><![CDATA[<p>Hello;<br />
is what you have found a solution for the use of “OptionGroup”?<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasha</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-2/#comment-114238</link>
		<dc:creator>Rasha</dc:creator>
		<pubDate>Mon, 14 May 2012 16:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-114238</guid>
		<description>I Have other problem with jqtransform , the scroll in the select option not show up with me , and make my select option very long 
can you help me with this issues please
http://imm.io/piso this is my site 
and this is how to be the select option drop down http://imm.io/pitd
thanks</description>
		<content:encoded><![CDATA[<p>I Have other problem with jqtransform , the scroll in the select option not show up with me , and make my select option very long<br />
can you help me with this issues please<br />
<a href="http://imm.io/piso" rel="nofollow">http://imm.io/piso</a> this is my site<br />
and this is how to be the select option drop down <a href="http://imm.io/pitd" rel="nofollow">http://imm.io/pitd</a><br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano - BRAZIL</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-2/#comment-111839</link>
		<dc:creator>Luciano - BRAZIL</dc:creator>
		<pubDate>Wed, 02 May 2012 13:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-111839</guid>
		<description>Thx!!
Save my life..</description>
		<content:encoded><![CDATA[<p>Thx!!<br />
Save my life..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astaza</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-105407</link>
		<dc:creator>astaza</dc:creator>
		<pubDate>Fri, 30 Mar 2012 02:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-105407</guid>
		<description>hello, thanks for your solution but can you provid this script 
daynmic 
regards</description>
		<content:encoded><![CDATA[<p>hello, thanks for your solution but can you provid this script<br />
daynmic<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sno</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-95870</link>
		<dc:creator>Sno</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-95870</guid>
		<description>Hi there!

I think your solution is really helpful, even if I have a big problem with jqTransForm.. i don&#039;t know if you could help me..

I&#039;m creating a website with Zend Framework. On this website, i have a table where all my items are shown with a sql query.
I used jqTransForm to create and layout some  (one to select the type, another to select the nature, and two others)
I would like to take the value of the option selected and send it to the model, in order to select the right thing in my database and order my items by type or nature or else..
But the selected otpion is sent to a div.. and i really don&#039;t know how to use it...

Could someone help me please?
(sorry for my bad english and my explanations..)</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>I think your solution is really helpful, even if I have a big problem with jqTransForm.. i don&#8217;t know if you could help me..</p>
<p>I&#8217;m creating a website with Zend Framework. On this website, i have a table where all my items are shown with a sql query.<br />
I used jqTransForm to create and layout some  (one to select the type, another to select the nature, and two others)<br />
I would like to take the value of the option selected and send it to the model, in order to select the right thing in my database and order my items by type or nature or else..<br />
But the selected otpion is sent to a div.. and i really don&#8217;t know how to use it&#8230;</p>
<p>Could someone help me please?<br />
(sorry for my bad english and my explanations..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petar</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-91879</link>
		<dc:creator>Petar</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-91879</guid>
		<description>there is new library I&#039;ve created - csTransPie - basing it on jqtransform - jqtransform is a great library but it really has many problems, today css3 solves many of those problems and I like the idea of controls being normal controls and looking the same in every browser

https://github.com/pkoretic/csTransPie

It&#039;s a work in progress but even now it&#039;s better than jqtransform (more than half of the css rewritten, many bugs solved, clean css...)
now you can use it per element with just one class!


all suggestions are welcome!</description>
		<content:encoded><![CDATA[<p>there is new library I&#8217;ve created &#8211; csTransPie &#8211; basing it on jqtransform &#8211; jqtransform is a great library but it really has many problems, today css3 solves many of those problems and I like the idea of controls being normal controls and looking the same in every browser</p>
<p><a href="https://github.com/pkoretic/csTransPie" rel="nofollow">https://github.com/pkoretic/csTransPie</a></p>
<p>It&#8217;s a work in progress but even now it&#8217;s better than jqtransform (more than half of the css rewritten, many bugs solved, clean css&#8230;)<br />
now you can use it per element with just one class!</p>
<p>all suggestions are welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lex</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-88999</link>
		<dc:creator>Lex</dc:creator>
		<pubDate>Thu, 19 Jan 2012 11:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-88999</guid>
		<description>After jqtransform the dropdownlist does not worked on keypress. I have it working now on typing some characters but when I press keydown it does not move downwards and nothing happens. Somehow the focus becomes the outer scroll not the scroll on the dropdown. Did someone experience the same problem? Let me know how to fix this. Thanks:)</description>
		<content:encoded><![CDATA[<p>After jqtransform the dropdownlist does not worked on keypress. I have it working now on typing some characters but when I press keydown it does not move downwards and nothing happens. Somehow the focus becomes the outer scroll not the scroll on the dropdown. Did someone experience the same problem? Let me know how to fix this. Thanks:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
