<?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: jquery enable disable plugin</title>
	<atom:link href="http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/</link>
	<description>web2.0, symfony, jquery, javascript, php, web, develpment</description>
	<lastBuildDate>Sun, 29 Apr 2012 18:57:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joaquín Núñez</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1230</link>
		<dc:creator>Joaquín Núñez</dc:creator>
		<pubDate>Mon, 07 Jun 2010 22:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1230</guid>
		<description>i didn&#039;t understand exactly what you need, but if you want to have some radios with some value enabling other fields it should be something like this.

$(&#039;#field_to_be_enabled_or_disabled&#039;).EnableDisable({
  enabler: &#039;#radio_button[value=some_value], #radio_button[value=other_value]&#039;
});

that should work, i think :-)

regards</description>
		<content:encoded><![CDATA[<p>i didn&#8217;t understand exactly what you need, but if you want to have some radios with some value enabling other fields it should be something like this.</p>
<p>$(&#8216;#field_to_be_enabled_or_disabled&#8217;).EnableDisable({<br />
  enabler: &#8216;#radio_button[value=some_value], #radio_button[value=other_value]&#8216;<br />
});</p>
<p>that should work, i think :-)</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keitai</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1229</link>
		<dc:creator>keitai</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1229</guid>
		<description>Hi,

I didn&#039;t see where i could drop this enable disable related question so maybe you will know.

I want to use the dropdown feature but than with radio buttons but i can&#039;t get it to work

$(&#039;#produktA input[id^=produktA_option]:radio, #produktA input[id^=produktA_payment]:radio&#039;).EnableDisable({
	  enabler: &#039;#checkbox_product&#039;,
	  enablerVal: [&#039;produktA&#039;]
	});
	$(&#039;#produktB input[id^=produktB_option]:radio, #produktBinput[id^=produktB_payment]:radio&#039;).EnableDisable({
	  enabler: &#039;#checkbox_product&#039;,
	  enablerVal: [&#039;produktB&#039;]
	});
	
	$(&#039;#productC input[id^=produktC_option]:radio, #produktC input[id^=produktC_payment]:radio&#039;).EnableDisable({
	  enabler: &#039;#checkbox_product&#039;,
	  enablerVal: [&#039;produktC&#039;]
	});


It&#039;s a form where i have 3 sub fieldset which are disable on default, but when a particular radio button is checked the corresponding fieldset is enabled.

Hope you can help,
Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I didn&#8217;t see where i could drop this enable disable related question so maybe you will know.</p>
<p>I want to use the dropdown feature but than with radio buttons but i can&#8217;t get it to work</p>
<p>$(&#8216;#produktA input[id^=produktA_option]:radio, #produktA input[id^=produktA_payment]:radio&#8217;).EnableDisable({<br />
	  enabler: &#8216;#checkbox_product&#8217;,<br />
	  enablerVal: ['produktA']<br />
	});<br />
	$(&#8216;#produktB input[id^=produktB_option]:radio, #produktBinput[id^=produktB_payment]:radio&#8217;).EnableDisable({<br />
	  enabler: &#8216;#checkbox_product&#8217;,<br />
	  enablerVal: ['produktB']<br />
	});</p>
<p>	$(&#8216;#productC input[id^=produktC_option]:radio, #produktC input[id^=produktC_payment]:radio&#8217;).EnableDisable({<br />
	  enabler: &#8216;#checkbox_product&#8217;,<br />
	  enablerVal: ['produktC']<br />
	});</p>
<p>It&#8217;s a form where i have 3 sub fieldset which are disable on default, but when a particular radio button is checked the corresponding fieldset is enabled.</p>
<p>Hope you can help,<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coke</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1212</link>
		<dc:creator>Coke</dc:creator>
		<pubDate>Thu, 15 Apr 2010 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1212</guid>
		<description>Vale te pasaste, ahora funciona todo Ok ;)

Saludos</description>
		<content:encoded><![CDATA[<p>Vale te pasaste, ahora funciona todo Ok ;)</p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joaquinnunez</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1211</link>
		<dc:creator>joaquinnunez</dc:creator>
		<pubDate>Wed, 14 Apr 2010 15:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1211</guid>
		<description>hecho ;-)</description>
		<content:encoded><![CDATA[<p>hecho ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joaquin núñez</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1210</link>
		<dc:creator>joaquin núñez</dc:creator>
		<pubDate>Tue, 13 Apr 2010 16:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1210</guid>
		<description>gracias por el feedback coke :-)

más tarde publicaré la nueva versión solucionando el problema que tuviste que conversamos por correo, saludos</description>
		<content:encoded><![CDATA[<p>gracias por el feedback coke :-)</p>
<p>más tarde publicaré la nueva versión solucionando el problema que tuviste que conversamos por correo, saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coke</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1209</link>
		<dc:creator>Coke</dc:creator>
		<pubDate>Tue, 13 Apr 2010 07:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1209</guid>
		<description>Que tal viejo, estoy creando un formulario algo complejo para un proyecto y varios de tus plugins me han servido mucho.

Pero tengo un pequeño bug en este &quot;Disabler&quot;; cuando se necesita habilitar un &quot;text input&quot; a traves de uno de los checkbox, el cual este a la vez esta en array con otros checkbox, hasta ahi todo bien, me habilita el input al seleccionar ese checkbox en particular, pero cuando le hago checked a sus checkbox compañeros que estan en array me deshabilita el input a pesar de estar checked.

Te mando el link de mi formulario para que lo puedas comprobar tu mismo, se encuentra en el paso 2 del formulario, en el checkbox/input llamado &quot;Otro / Especifcar&quot;:

http://l4dla.com/cic/factibilidad_ap.html


Saludos</description>
		<content:encoded><![CDATA[<p>Que tal viejo, estoy creando un formulario algo complejo para un proyecto y varios de tus plugins me han servido mucho.</p>
<p>Pero tengo un pequeño bug en este &#8220;Disabler&#8221;; cuando se necesita habilitar un &#8220;text input&#8221; a traves de uno de los checkbox, el cual este a la vez esta en array con otros checkbox, hasta ahi todo bien, me habilita el input al seleccionar ese checkbox en particular, pero cuando le hago checked a sus checkbox compañeros que estan en array me deshabilita el input a pesar de estar checked.</p>
<p>Te mando el link de mi formulario para que lo puedas comprobar tu mismo, se encuentra en el paso 2 del formulario, en el checkbox/input llamado &#8220;Otro / Especifcar&#8221;:</p>
<p><a href="http://l4dla.com/cic/factibilidad_ap.html" rel="nofollow">http://l4dla.com/cic/factibilidad_ap.html</a></p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Sawant</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1206</link>
		<dc:creator>Ajay Sawant</dc:creator>
		<pubDate>Thu, 08 Apr 2010 04:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1206</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joaquinnunez</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1205</link>
		<dc:creator>joaquinnunez</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1205</guid>
		<description>done!</description>
		<content:encoded><![CDATA[<p>done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joaquinnunez</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1204</link>
		<dc:creator>joaquinnunez</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1204</guid>
		<description>Hi! Ajay

great! i&#039;m going to update the documentation and all the stuff.

i&#039;ll put your example on the demo page

thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi! Ajay</p>
<p>great! i&#8217;m going to update the documentation and all the stuff.</p>
<p>i&#8217;ll put your example on the demo page</p>
<p>thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Sawant</title>
		<link>http://joaquinnunez.cl/blog/2010/03/11/jquery-enable-disable-plugin/comment-page-1/#comment-1203</link>
		<dc:creator>Ajay Sawant</dc:creator>
		<pubDate>Wed, 07 Apr 2010 15:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=550#comment-1203</guid>
		<description>Hi,

Thanks for this cool plugin, I have extended this to support the dropdown list as well and you can download the updated version from http://prosares.co.cc/jquery.enable.disable.plugin.V2.zip

We can use it as shown below, where enablerVal is array of the possible values for which I would like to enable specified control

$(&#039;#theOptions1&#039;).EnableDisable({
 enabler: &#039;#theOptions2&#039;,
 enablerVal: &#039;[1,4,6]&#039;
});

Hope this will add some more value to this plugin.

Thanks
Ajay Sawant</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this cool plugin, I have extended this to support the dropdown list as well and you can download the updated version from <a href="http://prosares.co.cc/jquery.enable.disable.plugin.V2.zip" rel="nofollow">http://prosares.co.cc/jquery.enable.disable.plugin.V2.zip</a></p>
<p>We can use it as shown below, where enablerVal is array of the possible values for which I would like to enable specified control</p>
<p>$(&#8216;#theOptions1&#8242;).EnableDisable({<br />
 enabler: &#8216;#theOptions2&#8242;,<br />
 enablerVal: &#8216;[1,4,6]&#8216;<br />
});</p>
<p>Hope this will add some more value to this plugin.</p>
<p>Thanks<br />
Ajay Sawant</p>
]]></content:encoded>
	</item>
</channel>
</rss>

