<?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>Tue, 31 Jan 2012 14:44:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<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>
	<item>
		<title>By: main</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-86099</link>
		<dc:creator>main</dc:creator>
		<pubDate>Sun, 08 Jan 2012 06:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-86099</guid>
		<description>$(&#039;select.jqTransformHidden&#039;).live(&#039;change&#039;,function(){
		var thiz = $(this);
		var text = thiz.find(&#039;option:selected&#039;).text();
		var ul = thiz.parents(&#039;div.jqTransformSelectWrapper:first ul&#039;);
		ul.find(&#039;a&#039;).removeClass(&#039;selected&#039;);
		ul.find(&#039;a:contains(&quot;&#039; + text + &#039;&quot;)&#039;).addClass(&#039;selected&#039;);
		ul.prev().find(&#039;span&#039;).text(text);
	});</description>
		<content:encoded><![CDATA[<p>$(&#8216;select.jqTransformHidden&#8217;).live(&#8216;change&#8217;,function(){<br />
		var thiz = $(this);<br />
		var text = thiz.find(&#8216;option:selected&#8217;).text();<br />
		var ul = thiz.parents(&#8216;div.jqTransformSelectWrapper:first ul&#8217;);<br />
		ul.find(&#8216;a&#8217;).removeClass(&#8216;selected&#8217;);<br />
		ul.find(&#8216;a:contains(&#8220;&#8216; + text + &#8216;&#8221;)&#8217;).addClass(&#8216;selected&#8217;);<br />
		ul.prev().find(&#8216;span&#8217;).text(text);<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zied</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-83703</link>
		<dc:creator>zied</dc:creator>
		<pubDate>Fri, 30 Dec 2011 11:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-83703</guid>
		<description>Hi,

I have used jqtransform plugin for creating a registration form, I faced some problems in select box..am very new to designing ..i could not able to give option group in select box…and one more thing when i give popup dialog box for a particular div it doesnt shown that jqtransform method format…hope that anybody will help me to solve this issue….before 18th october 2011

Rani puthoor</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have used jqtransform plugin for creating a registration form, I faced some problems in select box..am very new to designing ..i could not able to give option group in select box…and one more thing when i give popup dialog box for a particular div it doesnt shown that jqtransform method format…hope that anybody will help me to solve this issue….before 18th october 2011</p>
<p>Rani puthoor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zied</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-83702</link>
		<dc:creator>zied</dc:creator>
		<pubDate>Fri, 30 Dec 2011 11:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-83702</guid>
		<description>Hello;
is what you have found a solution for the use of &quot;OptionGroup&quot;?
thank you</description>
		<content:encoded><![CDATA[<p>Hello;<br />
is what you have found a solution for the use of &#8220;OptionGroup&#8221;?<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Dragoonis</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-75000</link>
		<dc:creator>Paul Dragoonis</dc:creator>
		<pubDate>Mon, 28 Nov 2011 22:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-75000</guid>
		<description>I also experienced the same problem and approached it very similar.
What i did do was grab the selected value in the same way as the code example, but the different part i done was I set the &quot;original select boxes&quot; value, and then done a $(el).trigger(&#039;change&#039;); on the dropdown so that the existing .change() binds would still occur.

Regards,
Paul Dragoonis.</description>
		<content:encoded><![CDATA[<p>I also experienced the same problem and approached it very similar.<br />
What i did do was grab the selected value in the same way as the code example, but the different part i done was I set the &#8220;original select boxes&#8221; value, and then done a $(el).trigger(&#8216;change&#8217;); on the dropdown so that the existing .change() binds would still occur.</p>
<p>Regards,<br />
Paul Dragoonis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris D.</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-69541</link>
		<dc:creator>Chris D.</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-69541</guid>
		<description>This page is great by the way, has helped me tremendously. New issue. This all helped me get my ASPX page working with JQtransform using .NET 4.0. I had to put this form on a .NET 2.0 site and now having this issue.

&#039;length&#039; is null or not an object. - On dropdowns. Works fine in FF, Chrome, Safari, only gives the error in IE.

Please help.  

Currently using this line for the click handler:

if ($select[0].selectedIndex != $(this).attr(&#039;index&#039;) ) { $select[0].selectedIndex = $(this).attr(&#039;index&#039;); $select.trigger(&quot;change&quot;);}</description>
		<content:encoded><![CDATA[<p>This page is great by the way, has helped me tremendously. New issue. This all helped me get my ASPX page working with JQtransform using .NET 4.0. I had to put this form on a .NET 2.0 site and now having this issue.</p>
<p>&#8216;length&#8217; is null or not an object. &#8211; On dropdowns. Works fine in FF, Chrome, Safari, only gives the error in IE.</p>
<p>Please help.  </p>
<p>Currently using this line for the click handler:</p>
<p>if ($select[0].selectedIndex != $(this).attr(&#8216;index&#8217;) ) { $select[0].selectedIndex = $(this).attr(&#8216;index&#8217;); $select.trigger(&#8220;change&#8221;);}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Baran</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-68548</link>
		<dc:creator>Jonathan Baran</dc:creator>
		<pubDate>Tue, 08 Nov 2011 19:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-68548</guid>
		<description>Thanks so much for this!  I just spent the last 3 hours trying to fix this by diving into the code, but this works much better!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this!  I just spent the last 3 hours trying to fix this by diving into the code, but this works much better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsen Heydari</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-65316</link>
		<dc:creator>Mohsen Heydari</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-65316</guid>
		<description>oh that link under my comment is not my blog, plz remove it. 
Thanks!</description>
		<content:encoded><![CDATA[<p>oh that link under my comment is not my blog, plz remove it.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsen Heydari</title>
		<link>http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/comment-page-1/#comment-65315</link>
		<dc:creator>Mohsen Heydari</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-pal.com/?p=411#comment-65315</guid>
		<description>Hi

Thanks for solution, another approach would be modifying the plugin itself.

Here is what you should modify in your plugin file: &quot;http://pastebin.com/S1CBaQ9e&quot;

Here is the complete source: &quot;http://pastebin.com/Q1pYMKZ2&quot;

HTH</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for solution, another approach would be modifying the plugin itself.</p>
<p>Here is what you should modify in your plugin file: &#8220;http://pastebin.com/S1CBaQ9e&#8221;</p>
<p>Here is the complete source: &#8220;http://pastebin.com/Q1pYMKZ2&#8243;</p>
<p>HTH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.code-pal.com @ 2012-02-11 23:16:37 -->
