<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comentários sobre: jQuery: marcando/desmarcando todos os checkbox (check/uncheck checkboxes)</title>
	<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/</link>
	<description>web standards, design, programação, e mais um monte de coisa que acho interessante!</description>
	<pubDate>Wed, 07 Jan 2009 01:14:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Tulio Faria</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-590</link>
		<dc:creator>Tulio Faria</dc:creator>
		<pubDate>Mon, 09 Apr 2007 17:03:28 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-590</guid>
		<description>Boa Fabyo...</description>
		<content:encoded><![CDATA[<p>Boa Fabyo&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabyo</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-586</link>
		<dc:creator>Fabyo</dc:creator>
		<pubDate>Mon, 09 Apr 2007 13:38:17 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-586</guid>
		<description>Pessoal desculpe nao coube meu exemplo, mas acho que deu para entender a ideia
e melhorando o proprio exemplo desse tutorial:

chs[i].checked = this.checked ? true : false;</description>
		<content:encoded><![CDATA[<p>Pessoal desculpe nao coube meu exemplo, mas acho que deu para entender a ideia<br />
e melhorando o proprio exemplo desse tutorial:</p>
<p>chs[i].checked = this.checked ? true : false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabyo</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-585</link>
		<dc:creator>Fabyo</dc:creator>
		<pubDate>Mon, 09 Apr 2007 13:26:53 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-585</guid>
		<description>Fiz um exemplo bem simples


$(document).ready(function() {	
	$("p").toggle(function(){
		$("input[@type=checkbox]").each(function(){this.checked = true;});
	},function(){
		$("input[@type=checkbox]").each(function(){this.checked = false;});
	});
});


p {
	cursor:pointer;
	text-decoration: underline;
}

Seleciona Todas





</description>
		<content:encoded><![CDATA[<p>Fiz um exemplo bem simples</p>
<p>$(document).ready(function() {<br />
	$(&#8221;p&#8221;).toggle(function(){<br />
		$(&#8221;input[@type=checkbox]&#8221;).each(function(){this.checked = true;});<br />
	},function(){<br />
		$(&#8221;input[@type=checkbox]&#8221;).each(function(){this.checked = false;});<br />
	});<br />
});</p>
<p>p {<br />
	cursor:pointer;<br />
	text-decoration: underline;<br />
}</p>
<p>Seleciona Todas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Santos</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-581</link>
		<dc:creator>Rafael Santos</dc:creator>
		<pubDate>Mon, 09 Apr 2007 04:31:27 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-581</guid>
		<description>Uma dica de seleção q eu sempre uso pra evitar encher de classes o código, é

$("input[name=inputX]") (selecionando checkboxes especificos)

ei, sabia que $("#meuCheck:checked") ou $("#meuCheck").is(":checked") existem?! =)</description>
		<content:encoded><![CDATA[<p>Uma dica de seleção q eu sempre uso pra evitar encher de classes o código, é</p>
<p>$(&#8221;input[name=inputX]&#8221;) (selecionando checkboxes especificos)</p>
<p>ei, sabia que $(&#8221;#meuCheck:checked&#8221;) ou $(&#8221;#meuCheck&#8221;).is(&#8221;:checked&#8221;) existem?! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georgi</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-106</link>
		<dc:creator>Georgi</dc:creator>
		<pubDate>Fri, 09 Feb 2007 07:41:03 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-106</guid>
		<description>Sorry that I wrote it in Spanish, but I only can read and speak Portuguese, and can not write :(

Hope you like the example.
These days finaly I'll launch my new website and I'm goin' to publish an examples of any kind, so everybody can learn from them.

I found very interestin' tutorials in here, so I'll be happy to publish like a href link some of them on my website, of course with your permission. I'll add yoru site to my links category too.

So, best regards and happy weekend,
Georgi.</description>
		<content:encoded><![CDATA[<p>Sorry that I wrote it in Spanish, but I only can read and speak Portuguese, and can not write <img src='http://www.tuliofaria.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Hope you like the example.<br />
These days finaly I&#8217;ll launch my new website and I&#8217;m goin&#8217; to publish an examples of any kind, so everybody can learn from them.</p>
<p>I found very interestin&#8217; tutorials in here, so I&#8217;ll be happy to publish like a href link some of them on my website, of course with your permission. I&#8217;ll add yoru site to my links category too.</p>
<p>So, best regards and happy weekend,<br />
Georgi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tulio</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-105</link>
		<dc:creator>tulio</dc:creator>
		<pubDate>Fri, 09 Feb 2007 01:04:31 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-105</guid>
		<description>Georgi,

muito bom seu exemplo, aliás bem mais simples. Eu irei atualizar o post. :)

Saludos,

I dont know Spanish, so I will reply in English :)

great example! And very simple! I will update the post with your tip....

Thanks,</description>
		<content:encoded><![CDATA[<p>Georgi,</p>
<p>muito bom seu exemplo, aliás bem mais simples. Eu irei atualizar o post. <img src='http://www.tuliofaria.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Saludos,</p>
<p>I dont know Spanish, so I will reply in English <img src='http://www.tuliofaria.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>great example! And very simple! I will update the post with your tip&#8230;.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tulio</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-104</link>
		<dc:creator>tulio</dc:creator>
		<pubDate>Fri, 09 Feb 2007 00:57:25 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-104</guid>
		<description>Fred,

podemos dizer que o jQuery combina funcionalidades do Prototype e Scriptaculous nativamente. Lógico, que adiciona algumas outras também.

O jQuery poderia substituir no momento de fazer algum efeito, como os que o Scriptaculous possui.

Pedido anotado :)

Abraços,</description>
		<content:encoded><![CDATA[<p>Fred,</p>
<p>podemos dizer que o jQuery combina funcionalidades do Prototype e Scriptaculous nativamente. Lógico, que adiciona algumas outras também.</p>
<p>O jQuery poderia substituir no momento de fazer algum efeito, como os que o Scriptaculous possui.</p>
<p>Pedido anotado <img src='http://www.tuliofaria.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Abraços,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georgi</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-103</link>
		<dc:creator>Georgi</dc:creator>
		<pubDate>Thu, 08 Feb 2007 20:25:40 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-103</guid>
		<description>esta bien, pero siguies utilizando los viejos metodos de javascript como for() y if checked.

un simple ejemplo http://www.georgisvetoslavov.name/codes/jquery_checkboxes.html

Saludos, Georgi</description>
		<content:encoded><![CDATA[<p>esta bien, pero siguies utilizando los viejos metodos de javascript como for() y if checked.</p>
<p>un simple ejemplo <a href="http://www.georgisvetoslavov.name/codes/jquery_checkboxes.html" rel="nofollow">http://www.georgisvetoslavov.name/codes/jquery_checkboxes.html</a></p>
<p>Saludos, Georgi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-102</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Thu, 08 Feb 2007 17:18:20 +0000</pubDate>
		<guid>http://www.tuliofaria.net/jquery-marcandodesmarcando-todos-os-checkbox-checkuncheck-checkboxes/#comment-102</guid>
		<description>Muito interessante...
ao meu ver... o jquery eh uma especie de framework que combina JS + CSS ?
Vejo que muitas pessoas o utilizam com cake para chamadas Ajax...
Eu acho o AjaxHelper do cake tao facil... que eu nao vejo a necessidade de usar jQuery... 
Como o Jquery poderia me ajudar substituindo o Prototype ?

Gostaria de ver + artigos sobre Jquery + Ajax + cakePHP...

falowww
valew</description>
		<content:encoded><![CDATA[<p>Muito interessante&#8230;<br />
ao meu ver&#8230; o jquery eh uma especie de framework que combina JS + CSS ?<br />
Vejo que muitas pessoas o utilizam com cake para chamadas Ajax&#8230;<br />
Eu acho o AjaxHelper do cake tao facil&#8230; que eu nao vejo a necessidade de usar jQuery&#8230;<br />
Como o Jquery poderia me ajudar substituindo o Prototype ?</p>
<p>Gostaria de ver + artigos sobre Jquery + Ajax + cakePHP&#8230;</p>
<p>falowww<br />
valew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
