<?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: fcbkListSelection v 1.1 &#8211; like facebook friends selector</title>
	<atom:link href="http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html</link>
	<description>Just another stupid wordpress blog ;)</description>
	<lastBuildDate>Mon, 26 Apr 2010 20:40:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: binoalien</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-2034</link>
		<dc:creator>binoalien</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-2034</guid>
		<description>lol at the POST array are all choices no the selectes choices.

Whats wrong?

(Firebug from http://www.emposha.com/demo/fcbklistselection/)
fcbklist_value[]	Manuel Mujica Lainez
fcbklist_value[]	Gustavo Nielsen
fcbklist_value[]	Silvina Ocampo
fcbklist_value[]	Antonio Porchia
fcbklist_value[]	Gustavo Nielsen
fcbklist_value[]	Silvina Ocampo
fcbklist_value[]	Antonio Porchia
fcbklist_values	}</description>
		<content:encoded><![CDATA[<p>lol at the POST array are all choices no the selectes choices.</p>
<p>Whats wrong?</p>
<p>(Firebug from <a href="http://www.emposha.com/demo/fcbklistselection/)" rel="nofollow">http://www.emposha.com/demo/fcbklistselection/)</a><br />
fcbklist_value[]	Manuel Mujica Lainez<br />
fcbklist_value[]	Gustavo Nielsen<br />
fcbklist_value[]	Silvina Ocampo<br />
fcbklist_value[]	Antonio Porchia<br />
fcbklist_value[]	Gustavo Nielsen<br />
fcbklist_value[]	Silvina Ocampo<br />
fcbklist_value[]	Antonio Porchia<br />
fcbklist_values	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iker</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-1945</link>
		<dc:creator>Iker</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1945</guid>
		<description>Hello, I just found out that the  is not working on its purpose of making the checked=&quot;checked&quot; atribute &quot;true&quot;

I solved this by adding these lines to the code of &quot;fcbklistselection.js&quot; file

1. find the comment line that sais  //bind onmouseover &amp;&amp; click event on item

2. look for the click function and add at the end of it the following:

if(obj.children(&quot;input&quot;)[0].checked == true){
	obj.children(&quot;input&quot;)[0].checked = false;
}
else{
	obj.children(&quot;input&quot;)[0].checked = true;
}

and your HTML should be a hidden checkbox, like this:

</description>
		<content:encoded><![CDATA[<p>Hello, I just found out that the  is not working on its purpose of making the checked=&#8221;checked&#8221; atribute &#8220;true&#8221;</p>
<p>I solved this by adding these lines to the code of &#8220;fcbklistselection.js&#8221; file</p>
<p>1. find the comment line that sais  //bind onmouseover &amp;&amp; click event on item</p>
<p>2. look for the click function and add at the end of it the following:</p>
<p>if(obj.children(&#8220;input&#8221;)[0].checked == true){<br />
	obj.children(&#8220;input&#8221;)[0].checked = false;<br />
}<br />
else{<br />
	obj.children(&#8220;input&#8221;)[0].checked = true;<br />
}</p>
<p>and your HTML should be a hidden checkbox, like this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emposha</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-1869</link>
		<dc:creator>emposha</dc:creator>
		<pubDate>Fri, 12 Feb 2010 19:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1869</guid>
		<description>Hi Björn, I added this project to github so you can add your fix/solution to there</description>
		<content:encoded><![CDATA[<p>Hi Björn, I added this project to github so you can add your fix/solution to there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-1865</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1865</guid>
		<description>Do you have an implementation of the post? I don&#039;t understand how you are parsing this data once it has been posted.</description>
		<content:encoded><![CDATA[<p>Do you have an implementation of the post? I don&#8217;t understand how you are parsing this data once it has been posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miha</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-1863</link>
		<dc:creator>Miha</dc:creator>
		<pubDate>Tue, 09 Feb 2010 14:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1863</guid>
		<description>Hi!

Is it possible to disable some fields? Users who already get invited for example?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Is it possible to disable some fields? Users who already get invited for example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-1857</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1857</guid>
		<description>Hey Emposha!

Saw that some people were looking for a way to limit the script to only 1 selected friend. I posted a solution to this over at codethatmatters.com. Have a look - http://www.codethatmatters.com/2010/02/jquery-image-selector-facebook-style/</description>
		<content:encoded><![CDATA[<p>Hey Emposha!</p>
<p>Saw that some people were looking for a way to limit the script to only 1 selected friend. I posted a solution to this over at codethatmatters.com. Have a look &#8211; <a href="http://www.codethatmatters.com/2010/02/jquery-image-selector-facebook-style/" rel="nofollow">http://www.codethatmatters.com/2010/02/jquery-image-selector-facebook-style/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code That Matters : Jquery image selector Facebook style</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-2#comment-1856</link>
		<dc:creator>Code That Matters : Jquery image selector Facebook style</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1856</guid>
		<description>[...] late 2008, the guys over at emposha wrote an excellent image selector for jQuery. It works very similar to the friend chooser on Facebook. However, I wanted a way to limit the [...]</description>
		<content:encoded><![CDATA[<p>[...] late 2008, the guys over at emposha wrote an excellent image selector for jQuery. It works very similar to the friend chooser on Facebook. However, I wanted a way to limit the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-1#comment-1837</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1837</guid>
		<description>Ken.. any chance you could share the changes to the code you made?  I got the second step in there, but I believe I put the addToSelected part in wrong.  It&#039;s still returning all results for me, however selected items values are now coming back as 1, and the rest and still showing full names.</description>
		<content:encoded><![CDATA[<p>Ken.. any chance you could share the changes to the code you made?  I got the second step in there, but I believe I put the addToSelected part in wrong.  It&#8217;s still returning all results for me, however selected items values are now coming back as 1, and the rest and still showing full names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-1#comment-1820</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 11 Jan 2010 09:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1820</guid>
		<description>A Nice thing:  I have found it useful and possible to have links with the list items that can be clicked (intention to allow the list item to be edited  - a setting in my case)

When you have many items the display scroll bar forces the items into a single column

I have played with it just now - solving these issue + adding links.   I have also added class to the overall element - the links are hidden/shown  - I also like the multiselect tool too - very very nice work :)</description>
		<content:encoded><![CDATA[<p>A Nice thing:  I have found it useful and possible to have links with the list items that can be clicked (intention to allow the list item to be edited  &#8211; a setting in my case)</p>
<p>When you have many items the display scroll bar forces the items into a single column</p>
<p>I have played with it just now &#8211; solving these issue + adding links.   I have also added class to the overall element &#8211; the links are hidden/shown  &#8211; I also like the multiselect tool too &#8211; very very nice work <img src='http://www.emposha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emile</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/comment-page-1#comment-1819</link>
		<dc:creator>emile</dc:creator>
		<pubDate>Sat, 09 Jan 2010 22:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=109#comment-1819</guid>
		<description>Wonderful! If the list has more items than it can fit it automatically shows a scrollbar (which is good) but the width of the widget and the panes remain the same, so the scrollbar forces an empty column</description>
		<content:encoded><![CDATA[<p>Wonderful! If the list has more items than it can fit it automatically shows a scrollbar (which is good) but the width of the widget and the panes remain the same, so the scrollbar forces an empty column</p>
]]></content:encoded>
	</item>
</channel>
</rss>
