<?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: Customize HTML control with jQuery (Checkbox + Radio)</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/</link>
	<description>Creative Programing</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:23:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: coder</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-2/#comment-3161</link>
		<dc:creator>coder</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-3161</guid>
		<description>para que mierda suben algo que no funciona en el peor pero mas usado navegador ?? un boludo el qeu subio esto


Why in the hell somebody upload this examples if  it doesn&#039;t work in one of the most popular browser ... what an idiot.</description>
		<content:encoded><![CDATA[<p>para que mierda suben algo que no funciona en el peor pero mas usado navegador ?? un boludo el qeu subio esto</p>
<p>Why in the hell somebody upload this examples if  it doesn&#8217;t work in one of the most popular browser &#8230; what an idiot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJay</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-2/#comment-2943</link>
		<dc:creator>AJay</dc:creator>
		<pubDate>Thu, 20 May 2010 12:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2943</guid>
		<description>great thing, here the solution of IE problem
it is the css property &quot;display:  none; &quot; for the input &#039;s fileds ... 
so IE cannot understand the click or change event of the 
inputs, one solution with a vertical layout could be 

remove 
	.CheckBoxClass,.RadioClass{
		display: none;
	}

and replace it with 
	.CheckBoxClass,.RadioClass {
		position: absolute;
		overflow: hidden;
		left: -9999px;
	}

than it will works also in IE 6 and greater</description>
		<content:encoded><![CDATA[<p>great thing, here the solution of IE problem<br />
it is the css property &#8220;display:  none; &#8221; for the input &#8217;s fileds &#8230;<br />
so IE cannot understand the click or change event of the<br />
inputs, one solution with a vertical layout could be </p>
<p>remove<br />
	.CheckBoxClass,.RadioClass{<br />
		display: none;<br />
	}</p>
<p>and replace it with<br />
	.CheckBoxClass,.RadioClass {<br />
		position: absolute;<br />
		overflow: hidden;<br />
		left: -9999px;<br />
	}</p>
<p>than it will works also in IE 6 and greater</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davi</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-2/#comment-2731</link>
		<dc:creator>Davi</dc:creator>
		<pubDate>Thu, 06 May 2010 15:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2731</guid>
		<description>Well, there is an important thing missing on this script, it cannot recogenize checked checkboxes, this means if you write checked=&quot;yes&quot; it wont work

this is a fix:

$(&quot;input[type=checkbox][checked]&quot;).each( 
function() { 
$(this).next(&quot;label&quot;).addClass(&quot;LabelSelected&quot;);
} 
);</description>
		<content:encoded><![CDATA[<p>Well, there is an important thing missing on this script, it cannot recogenize checked checkboxes, this means if you write checked=&#8221;yes&#8221; it wont work</p>
<p>this is a fix:</p>
<p>$(&#8220;input[type=checkbox][checked]&#8220;).each(<br />
function() {<br />
$(this).next(&#8220;label&#8221;).addClass(&#8220;LabelSelected&#8221;);<br />
}<br />
);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dat Tai</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-2/#comment-2584</link>
		<dc:creator>Dat Tai</dc:creator>
		<pubDate>Sun, 25 Apr 2010 13:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2584</guid>
		<description>so coool

I&#039;m Vietnamese ,nice to meet  you

Visit my site

Thanks</description>
		<content:encoded><![CDATA[<p>so coool</p>
<p>I&#8217;m Vietnamese ,nice to meet  you</p>
<p>Visit my site</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JenkyJay</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-2/#comment-2516</link>
		<dc:creator>JenkyJay</dc:creator>
		<pubDate>Wed, 21 Apr 2010 03:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2516</guid>
		<description>Yeah, IE does not like it, i changed the .CheckBoxClass like so:

.CheckBoxClass {z-index: -1; position: relative; top: 22px; left: 9px;}

Obviously positioning depends on your image you are using. But it works a treat!

Thanks for the tip Laz!</description>
		<content:encoded><![CDATA[<p>Yeah, IE does not like it, i changed the .CheckBoxClass like so:</p>
<p>.CheckBoxClass {z-index: -1; position: relative; top: 22px; left: 9px;}</p>
<p>Obviously positioning depends on your image you are using. But it works a treat!</p>
<p>Thanks for the tip Laz!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laz</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-1/#comment-2222</link>
		<dc:creator>Laz</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2222</guid>
		<description>I found a solution for IE (I guess IE doesn&#039;t like changing the &quot;checked&quot; state of a checkbox that&#039;s not displayed).

Instead of setting &quot;display: none&quot; (or visibility: hidden&quot;, that doesn&#039;t work either) I just positioned it absolutely under (lower z-index) another item. Any item can do, of course it might be the label itself.

Maybe this can fix accessibility issues too? Not sure about that.</description>
		<content:encoded><![CDATA[<p>I found a solution for IE (I guess IE doesn&#8217;t like changing the &#8220;checked&#8221; state of a checkbox that&#8217;s not displayed).</p>
<p>Instead of setting &#8220;display: none&#8221; (or visibility: hidden&#8221;, that doesn&#8217;t work either) I just positioned it absolutely under (lower z-index) another item. Any item can do, of course it might be the label itself.</p>
<p>Maybe this can fix accessibility issues too? Not sure about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HieuUK</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-1/#comment-2155</link>
		<dc:creator>HieuUK</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2155</guid>
		<description>Hi, it only use a normal html input so you could easily get the value. You didn&#039;t specific which language you&#039;re using, but if you could get the value with non-style control, you could get it the same way.</description>
		<content:encoded><![CDATA[<p>Hi, it only use a normal html input so you could easily get the value. You didn&#8217;t specific which language you&#8217;re using, but if you could get the value with non-style control, you could get it the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fra</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-1/#comment-2143</link>
		<dc:creator>Fra</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-2143</guid>
		<description>Hi there,
I want know how i can get the value of label selected and how i can use this value/s in an sql query on  my DB !!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I want know how i can get the value of label selected and how i can use this value/s in an sql query on  my DB !!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zengxiangzhan</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-1/#comment-1766</link>
		<dc:creator>zengxiangzhan</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-1766</guid>
		<description>Hope that is compatible with ie</description>
		<content:encoded><![CDATA[<p>Hope that is compatible with ie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axe</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/comment-page-1/#comment-1763</link>
		<dc:creator>axe</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804#comment-1763</guid>
		<description>Bad, doesn&#039;t work in IE 6 and 8 as mentioned.</description>
		<content:encoded><![CDATA[<p>Bad, doesn&#8217;t work in IE 6 and 8 as mentioned.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
