<?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 for Bitwise Gamgee</title>
	<atom:link href="http://blog.burcsade.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.burcsade.com</link>
	<description>I code, therefore I am</description>
	<lastBuildDate>Thu, 13 May 2010 11:22:08 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Getting selected values of an checkbox array with JQuery by Squidge Web Design Cardiff</title>
		<link>http://blog.burcsade.com/2009/07/01/getting-selected-values-of-an-checkbox-array-with-jquery/comment-page-1/#comment-1436</link>
		<dc:creator>Squidge Web Design Cardiff</dc:creator>
		<pubDate>Thu, 13 May 2010 11:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=47#comment-1436</guid>
		<description>Thank&#039;s for the post - just saved me about an hour of working this out!</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for the post &#8211; just saved me about an hour of working this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When AJAX TabContainer is placed in an UpdatePanel, all styling is lost by Stevie</title>
		<link>http://blog.burcsade.com/2009/05/08/when-ajax-tabcontainer-is-placed-in-updatepanel-all-styling-is-lost/comment-page-1/#comment-1319</link>
		<dc:creator>Stevie</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=26#comment-1319</guid>
		<description>Thanks, that problem made me crazy and with your solution it works know. Fine!</description>
		<content:encoded><![CDATA[<p>Thanks, that problem made me crazy and with your solution it works know. Fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting selected values of an checkbox array with JQuery by Monica Baquerizo</title>
		<link>http://blog.burcsade.com/2009/07/01/getting-selected-values-of-an-checkbox-array-with-jquery/comment-page-1/#comment-1140</link>
		<dc:creator>Monica Baquerizo</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.burcsade.com/?p=47#comment-1140</guid>
		<description>Thanks. I send my array by post. The code is:

		var selectedItems = new Array();
		$(&quot;input[@name=&#039;grupo[]&#039;]:checked&quot;).each(function() {selectedItems.push($(this).val());});
		
		$.post( &quot;/c_reportes/consulta_orgXgrupo&quot;, {&#039;data[]&#039;:selectedItems}, function(data){
		
				$(&#039;#output&#039;).html(data); 
		  });</description>
		<content:encoded><![CDATA[<p>Thanks. I send my array by post. The code is:</p>
<p>		var selectedItems = new Array();<br />
		$(&#8221;input[@name='grupo[]&#8216;]:checked&#8221;).each(function() {selectedItems.push($(this).val());});</p>
<p>		$.post( &#8220;/c_reportes/consulta_orgXgrupo&#8221;, {&#8217;data[]&#8216;:selectedItems}, function(data){</p>
<p>				$(&#8217;#output&#8217;).html(data);<br />
		  });</p>
]]></content:encoded>
	</item>
</channel>
</rss>
