<?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: Handling Checkboxes, Radio Buttons and Select Options in jQuery</title>
	<atom:link href="http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/</link>
	<description>Web Development, Tech, Reviews and Random Stuff Blog</description>
	<lastBuildDate>Wed, 22 May 2013 02:53:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Chester</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-4668</link>
		<dc:creator>Chester</dc:creator>
		<pubDate>Thu, 09 Aug 2012 14:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-4668</guid>
		<description><![CDATA[Hi there, I&#039;m trying to get a css checkbox switch to register it&#039;s state once clicked.

    
        
        
            
                ON
                OFF
            
            
        
    ]]></description>
		<content:encoded><![CDATA[<p>Hi there, I&#8217;m trying to get a css checkbox switch to register it&#8217;s state once clicked.</p>
<p>                ON<br />
                OFF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-4485</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Fri, 23 Mar 2012 08:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-4485</guid>
		<description><![CDATA[Great stuff, very helpful!]]></description>
		<content:encoded><![CDATA[<p>Great stuff, very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sowjanya</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-4377</link>
		<dc:creator>sowjanya</dc:creator>
		<pubDate>Tue, 27 Dec 2011 05:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-4377</guid>
		<description><![CDATA[Based on Checkbox selection need to get group of input elements.(i.e, 1 checkboxs,3 radio buttons).Any Help? THanks]]></description>
		<content:encoded><![CDATA[<p>Based on Checkbox selection need to get group of input elements.(i.e, 1 checkboxs,3 radio buttons).Any Help? THanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozone</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-4283</link>
		<dc:creator>Ozone</dc:creator>
		<pubDate>Sat, 08 Oct 2011 06:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-4283</guid>
		<description><![CDATA[$(&#039;#destination_folder_id&#039;).val(target).attr(&#039;selected&#039;, &#039;selected&#039;);
did the job.. Google is your friend ;-)]]></description>
		<content:encoded><![CDATA[<p>$(&#8216;#destination_folder_id&#8217;).val(target).attr(&#8216;selected&#8217;, &#8216;selected&#8217;);<br />
did the job.. Google is your friend <img src='http://jivebay.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozone</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-4282</link>
		<dc:creator>Ozone</dc:creator>
		<pubDate>Sat, 08 Oct 2011 06:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-4282</guid>
		<description><![CDATA[Trying to set selected through an set value:


var target = $(this).attr(&#039;id&#039;);
$(&#039;#destination_folder_id option:eq(target)&#039;).attr(&#039;selected&#039;, &#039;selected&#039;);

Sadly I cannot make that work.. (an alert(target); shows the correct value.. so it is the option:eq(target) that fails me..

Any help would be fab..]]></description>
		<content:encoded><![CDATA[<p>Trying to set selected through an set value:</p>
<p>var target = $(this).attr(&#8216;id&#8217;);<br />
$(&#8216;#destination_folder_id option:eq(target)&#8217;).attr(&#8216;selected&#8217;, &#8216;selected&#8217;);</p>
<p>Sadly I cannot make that work.. (an alert(target); shows the correct value.. so it is the option:eq(target) that fails me..</p>
<p>Any help would be fab..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: def</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-4121</link>
		<dc:creator>def</dc:creator>
		<pubDate>Sun, 03 Jul 2011 01:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-4121</guid>
		<description><![CDATA[sorry but this doesnt work for me, its has trouble if the radio button is more than one grup... fyi im using jquery 1.4.2 version .
and this work for me $(&quot;input[name=&#039;option_layout&#039;]:checked&quot;).val()
just remove the @ &lt;&lt; cmiiw]]></description>
		<content:encoded><![CDATA[<p>sorry but this doesnt work for me, its has trouble if the radio button is more than one grup&#8230; fyi im using jquery 1.4.2 version .<br />
and this work for me $(&#8220;input[name='option_layout']:checked&#8221;).val()<br />
just remove the @ &lt;&lt; cmiiw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-3986</link>
		<dc:creator>Satya</dc:creator>
		<pubDate>Tue, 15 Mar 2011 11:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-3986</guid>
		<description><![CDATA[Thanks a lot ..]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: min</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-3763</link>
		<dc:creator>min</dc:creator>
		<pubDate>Thu, 14 Oct 2010 20:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-3763</guid>
		<description><![CDATA[thanks a lot for this useful article:-)

I have 4 group of radiobuttons.the jQuery code for handling ents of radiobuttons just work for the first group.unfortunately it doesn&#039;t work for another group.I appreciate if you can help me.

thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>thanks a lot for this useful article:-)</p>
<p>I have 4 group of radiobuttons.the jQuery code for handling ents of radiobuttons just work for the first group.unfortunately it doesn&#8217;t work for another group.I appreciate if you can help me.</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-3694</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Sat, 07 Aug 2010 14:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-3694</guid>
		<description><![CDATA[how about to use something like this 
$(&quot;#chbox&quot;).change(function(){
      if($(this).is(&quot;:checked:&quot;))
      {
            //do somthing 
       }else{
            //do somthing 
       }
}) ;]]></description>
		<content:encoded><![CDATA[<p>how about to use something like this<br />
$(&#8220;#chbox&#8221;).change(function(){<br />
      if($(this).is(&#8220;:checked:&#8221;))<br />
      {<br />
            //do somthing<br />
       }else{<br />
            //do somthing<br />
       }<br />
}) ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saviola</title>
		<link>http://jivebay.com/handling-checkboxes-radio-buttons-and-select-options-in-jquery/comment-page-2/#comment-3670</link>
		<dc:creator>saviola</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/2007/05/30/handling-checkboxes-radio-buttons-and-select-options-in-jquery/#comment-3670</guid>
		<description><![CDATA[
  
    function toggle(divId) {
    	var divArray = document.getElementsByTagName(&quot;div&quot;);
    	for(i = 0; i &lt; divArray.length; i++){
    		if(divArray[i].className == divId){
    			if(divArray[i].style.display != &#039;none&#039;){
    				divArray[i].style.display = &#039;none&#039;;
    			}else{
    				divArray[i].style.display = &#039;&#039;;
    			}
    		}
    	}
    }
  


  
     See Descriptions
  
  Hello This is #1
  Hello This is #2
  Hello This is #3
  Hello This is not one of them
]]></description>
		<content:encoded><![CDATA[<p>    function toggle(divId) {<br />
    	var divArray = document.getElementsByTagName(&#8220;div&#8221;);<br />
    	for(i = 0; i &lt; divArray.length; i++){<br />
    		if(divArray[i].className == divId){<br />
    			if(divArray[i].style.display != &#039;none&#039;){<br />
    				divArray[i].style.display = &#039;none&#039;;<br />
    			}else{<br />
    				divArray[i].style.display = &#039;&#039;;<br />
    			}<br />
    		}<br />
    	}<br />
    }</p>
<p>     See Descriptions</p>
<p>  Hello This is #1<br />
  Hello This is #2<br />
  Hello This is #3<br />
  Hello This is not one of them</p>
]]></content:encoded>
	</item>
</channel>
</rss>
