<?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"
	>
<channel>
	<title>Comments on: jQuery Checkbox Tree Plugin</title>
	<atom:link href="http://floatmargin.com/2008/jquery-checkbox-tree-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 21 Nov 2008 09:56:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matt Wood</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-14</link>
		<dc:creator>Matt Wood</dc:creator>
		<pubDate>Mon, 08 Sep 2008 01:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-14</guid>
		<description>Anybody looking for this plugin may want to look over at http://jgeewax.wordpress.com/2008/09/06/checktree-check-box-collapsable-tree-jquery-plugin/

JJ Geewax has made some improvements.</description>
		<content:encoded><![CDATA[<p>Anybody looking for this plugin may want to look over at <a href="http://jgeewax.wordpress.com/2008/09/06/checktree-check-box-collapsable-tree-jquery-plugin/" rel="nofollow">http://jgeewax.wordpress.com/2008/09/06/checktree-check-box-collapsable-tree-jquery-plugin/</a></p>
<p>JJ Geewax has made some improvements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ Geewax</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-13</link>
		<dc:creator>JJ Geewax</dc:creator>
		<pubDate>Sat, 06 Sep 2008 17:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-13</guid>
		<description>Hi Matt,

I made some improvements to the code to do some of the things people were requesting in these posts. You can see the project at http://static.geewax.org/checktree/index.html

I am also new to jQuery so there's plenty of comments in the code to see what's been changed. I also gave a link back to this page as it was the inspiration for the project.

JJG</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I made some improvements to the code to do some of the things people were requesting in these posts. You can see the project at <a href="http://static.geewax.org/checktree/index.html" rel="nofollow">http://static.geewax.org/checktree/index.html</a></p>
<p>I am also new to jQuery so there&#8217;s plenty of comments in the code to see what&#8217;s been changed. I also gave a link back to this page as it was the inspiration for the project.</p>
<p>JJG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CheckTree v 0.2, in webtoolkit4.me</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-12</link>
		<dc:creator>CheckTree v 0.2, in webtoolkit4.me</dc:creator>
		<pubDate>Sat, 06 Sep 2008 09:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-12</guid>
		<description>[...] with graphics. It&#8217;s really small (4.6 Kb) and provides some additional functionality to Matt&#8217;s implementation like Half-Checked check boxes when some children are [...]</description>
		<content:encoded><![CDATA[<p>[...] with graphics. It&#8217;s really small (4.6 Kb) and provides some additional functionality to Matt&#8217;s implementation like Half-Checked check boxes when some children are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CheckTree - Check Box Collapsable Tree jQuery Plugin &#171; coding.</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-11</link>
		<dc:creator>CheckTree - Check Box Collapsable Tree jQuery Plugin &#171; coding.</dc:creator>
		<pubDate>Sat, 06 Sep 2008 08:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-11</guid>
		<description>[...] checkbox tree is as good a plugin as any. I modeled it after a project by Matt Wood, (see http://floatmargin.com/2008/jquery-checkbox-tree-plugin/) and updated it to do a few more things, and the code is commented and much simpler to understand [...]</description>
		<content:encoded><![CDATA[<p>[...] checkbox tree is as good a plugin as any. I modeled it after a project by Matt Wood, (see <a href="http://floatmargin.com/2008/jquery-checkbox-tree-plugin/" rel="nofollow">http://floatmargin.com/2008/jquery-checkbox-tree-plugin/</a>) and updated it to do a few more things, and the code is commented and much simpler to understand [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-10</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 05 Sep 2008 17:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-10</guid>
		<description>Awesome plugin. Looks good too ;-)
One suggestion on the checkchildren feature. Say you start with a two-level empty tree. /-/-- Select a single node and it's parent will be automatically selected. Thats cool. Now there are two items selected: the parent and its child node. If you de-select that same child node, it wont automatically de-select the parent, like i would expect it to. If you de-select a node and there aren't any more selected nodes under its parent, then the parent node should also de-select.

Hope that makes sense...</description>
		<content:encoded><![CDATA[<p>Awesome plugin. Looks good too <img src='http://floatmargin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
One suggestion on the checkchildren feature. Say you start with a two-level empty tree. /-/&#8211; Select a single node and it&#8217;s parent will be automatically selected. Thats cool. Now there are two items selected: the parent and its child node. If you de-select that same child node, it wont automatically de-select the parent, like i would expect it to. If you de-select a node and there aren&#8217;t any more selected nodes under its parent, then the parent node should also de-select.</p>
<p>Hope that makes sense&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjmvn</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-9</link>
		<dc:creator>pjmvn</dc:creator>
		<pubDate>Fri, 22 Aug 2008 10:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-9</guid>
		<description>Hi
The code is very good
But have an error, for example: 
You have a node with the attribute checked = true
    same : 
Your code is wrong, after jour javascript runed, all nodes will be checked !!!</description>
		<content:encoded><![CDATA[<p>Hi<br />
The code is very good<br />
But have an error, for example:<br />
You have a node with the attribute checked = true<br />
    same :<br />
Your code is wrong, after jour javascript runed, all nodes will be checked !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederico Carvalho</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-8</link>
		<dc:creator>Frederico Carvalho</dc:creator>
		<pubDate>Fri, 15 Aug 2008 00:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-8</guid>
		<description>Hello Matt, 
Sorry, just checked your site and saw the update, It's exactly what i was looking for!
Thank you very much,
Frederico</description>
		<content:encoded><![CDATA[<p>Hello Matt,<br />
Sorry, just checked your site and saw the update, It&#8217;s exactly what i was looking for!<br />
Thank you very much,<br />
Frederico</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wood</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-7</link>
		<dc:creator>Matt Wood</dc:creator>
		<pubDate>Mon, 04 Aug 2008 18:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-7</guid>
		<description>I have uploaded a newer version to the same place that now allows you to add the setting checkchildren: true (default is false).  If you set that option to true the children are automatically checked.  But with this functionality the user will no longer be prevented from unchecking a parent checkbox, all the children will just be unchecked if the parent is unchecked.</description>
		<content:encoded><![CDATA[<p>I have uploaded a newer version to the same place that now allows you to add the setting checkchildren: true (default is false).  If you set that option to true the children are automatically checked.  But with this functionality the user will no longer be prevented from unchecking a parent checkbox, all the children will just be unchecked if the parent is unchecked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederico Carvalho</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-6</link>
		<dc:creator>Frederico Carvalho</dc:creator>
		<pubDate>Mon, 28 Jul 2008 12:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-6</guid>
		<description>Hello Matt, 
Great plugin! Thanks
I was wondering if you could share the code to do what Marcus said:
"If you check the parent in a common tree control, all the children are automatically checked"
Thanks again!

Frederico</description>
		<content:encoded><![CDATA[<p>Hello Matt,<br />
Great plugin! Thanks<br />
I was wondering if you could share the code to do what Marcus said:<br />
&#8220;If you check the parent in a common tree control, all the children are automatically checked&#8221;<br />
Thanks again!</p>
<p>Frederico</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandes</title>
		<link>http://floatmargin.com/2008/jquery-checkbox-tree-plugin/#comment-5</link>
		<dc:creator>Brandes</dc:creator>
		<pubDate>Sun, 27 Jul 2008 11:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://floatmargin.com/?p=9#comment-5</guid>
		<description>Dear Matt:
Very appreciate for that.
Would you please show me, How can I expand all the tree at initial.

Thanks. :)</description>
		<content:encoded><![CDATA[<p>Dear Matt:<br />
Very appreciate for that.<br />
Would you please show me, How can I expand all the tree at initial.</p>
<p>Thanks. <img src='http://floatmargin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
