<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Emposha &#187; Jquery</title>
	<atom:link href="http://www.emposha.com/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emposha.com</link>
	<description>Just another stupid wordpress blog ;)</description>
	<lastBuildDate>Thu, 08 Dec 2011 13:30:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>FCBKcomplete v 2.8.4</title>
		<link>http://www.emposha.com/javascript/fcbkcomplete.html</link>
		<comments>http://www.emposha.com/javascript/fcbkcomplete.html#comments</comments>
		<pubDate>Wed, 10 Nov 2010 15:39:57 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[Fancy facebook-like input]]></category>
		<category><![CDATA[multiselect]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=202</guid>
		<description><![CDATA[Fancy facebook-like dynamic inputs with auto complete &#038; pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Fancy facebook-like dynamic inputs with auto complete &amp; pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.</p>
<p><strong>Download</strong><strong>:</strong> <a href="http://github.com/emposha/FCBKcomplete/archives/master" target="_blank">Download FCBKcomplete</a></p>
<p><strong>Demo</strong><strong>:</strong> <a href="http://www.emposha.com/demo/fcbkcomplete_2/" target="_blank">Demo FCBKcomplete</a></p>
<p><strong>GitHub: <span style="font-weight: normal;"><a href="http://github.com/emposha/FCBKcomplete" target="_blank">http://github.com/emposha/FCBKcomplete </a></span></strong></p>
<p><strong><span style="font-weight: normal;"><strong>Dot.Net: </strong></span></strong><a href="http://kostab.blogspot.com/2010/12/fancy-facebook-like-auto-complete-using.html" target="_blank">http://kostab.blogspot.com/2010/12/fancy-facebook-like-auto-complete-using.html</a></p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong>Please use github for bug report</strong></span></p>
<p><strong>Usage:</strong></p>
<blockquote><p><code><span style="color: black;">$(<span style="color: #a31515;">"element"</span>).fcbkcomplete({<br />
json_url: <span style="color: #a31515;">"fetched.txt"</span>,<br />
cache: <span style="color: #0000ff;">true</span>,<br />
filter_case: <span style="color: #0000ff;">true</span>,<br />
filter_hide: <span style="color: #0000ff;">true</span>,<br />
newel: <span style="color: #0000ff;">true</span><br />
});</span><br />
</code></p></blockquote>
<p>json_url                   - url to fetch json object<br />
cache                        - use cache<br />
height                       - maximum number of element shown before scroll will apear<br />
newel                        - show typed text like a element<br />
addontab         &#8211; add first show element on tab or enter hit<br />
firstselected          - automaticly select first element from dropdown<br />
filter_case              - case sensitive filter<br />
filter_hide              - show/hide filtered items<br />
filter_selected      - filter selected items from list<br />
complete_text     - text for complete page<br />
maxshownitems - maximum numbers that will be shown at dropdown list (less better performance)<br />
maxitems              - maximum item that can be added to the list<br />
onselect                 - fire event on item select<br />
onremove             - fire event on item remove<br />
delay                     <span style="white-space: pre;"> <span style="white-space: normal;">-</span></span> delay between ajax request (bigger delay, lower server time request)<br />
attachto         &#8211; after this element fcbkcomplete insert own elements<br />
bricket          &#8211; use square bricket with select (needed for asp or php) enabled by default</p>
<p><strong>Add item public method </strong>(how to use)<strong>:<br />
<span style="font-weight: normal;">$(&#8220;elem&#8221;).trigger(&#8220;addItem&#8221;,[{"title": "test", "value": "test"}]);</span></strong></p>
<p><strong>Updates:</strong></p>
<p> &#8211; 2.8.4 cache object fix by @tedberg</p>
<p> &#8211; 2.8.3 no more eval use<br />
* public function addItem and removeItem fix (thanks to Yaron)</p>
<p> &#8211; 2.8.2  json_cache bug fix<br />
* new option added &#8220;bricket&#8221;<br />
* newel bug fix thanks to Matt</p>
<p> &#8211; 2.8.1  some minor bug fixes<br />
* added selected attribute to preselected option thanks to @musketyr<br />
* fixed cache entry with space thanks to Matt</p>
<p> &#8211; 2.8.0  bug fixes<br />
* added jquery 1.6 support please note that old versions of jquery not supported<br />
* cache mechanizm updated</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/fcbkcomplete.html/feed</wfw:commentRss>
		<slash:comments>230</slash:comments>
		</item>
		<item>
		<title>FCBKcomplete v 1.09</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html</link>
		<comments>http://www.emposha.com/javascript/jquerymultiselect.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 01:21:00 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Pro Counter]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[multiselect]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=21</guid>
		<description><![CDATA[Fancy facebook-like dynamic inputs with auto complete &#038; pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.]]></description>
			<content:encoded><![CDATA[<p>Fancy facebook-like dynamic inputs with auto complete &amp; pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-24" title="16020802" src="http://www.emposha.com/wp-content/uploads/2008/09/16020802-300x92.jpg" alt="" width="300" height="92" /></p>
<h3 style="text-align: center;"><strong><span style="color: #ff0000;"><span style="text-decoration: underline;">New version of FCBKcomplete can be found </span></span></strong><a href="http://www.emposha.com/javascript/fcbkcomplete.html" target="_self"><span style="color: #ff0000;"><strong><span style="color: #ff0000;">here</span></strong></span></a></h3>
<p><strong>Download</strong><strong>:</strong> <a href="http://www.emposha.com/upload/fcbkcomplete1.09.zip" target="_blank">Download FCBKcomplete</a></p>
<p><strong>Demo</strong><strong>:</strong> <a href="http://www.emposha.com/demo/fcbkcomplete/" target="_blank">Demo FCBKcomplete</a></p>
<p><strong>Use:</strong></p>
<blockquote><p><code><span style="color: black;">&lt;script language=<span style="color: #a31515;">"JavaScript"</span>&gt;<br />
$(<span style="color: #0000ff;">document</span>).ready(<span style="color: #0000ff;">function</span>() {<br />
$.facebooklist(<span style="color: #a31515;">'#elem'</span>, <span style="color: #a31515;">'#list'</span>, <span style="color: #a31515;">'#complete'</span>,<span style="color: #a31515;"><span style="color: black;">{url:</span></span></span></code><code><span style="color: black;"><span style="color: #a31515;">'ajax-url'</span></span></code><code><span style="color: black;"><span style="color: #a31515;"><span style="color: black;">,cache:1}</span></span>, height, {userfilter:1,casesensetive:0});<br />
});<br />
&lt;/script&gt;</span></code></p>
<p><code> </code><code><span style="font-size: xx-small; color: gray;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="font-size: xx-small; color: gray;">Source Code Highlighter</span></a>.</span></code></p></blockquote>
<p><strong><span style="font-weight: normal;">elem &#8211; input element id or object<br />
list &#8211; preadded elements<br />
complete &#8211; autocomplete div id or object<br />
ajax &#8211; object with two parametrs a) url to fetch json object b) use cache<br />
height &#8211; maximum number of element shown before scroll will apear<br />
filter &#8211; object with two parametrs a)case sensitive b) show/hide filtered items<br />
newel &#8211; show typed text like a element</span></strong></p>
<p><strong>Creditrs for CSS &amp; HTML structur</strong><strong>e:</strong> Guillermo (<a href="http://devthought.com" target="_blank">http://devthought.com</a>)</p>
<p style="text-align: center;"><strong> </strong></p>
<p><strong>Updates:</strong></p>
<p>- 1.09 IE crash fixed</p>
<p>- 1.08 some minor bug fixed</p>
<p>-1.07  case sensetive added<br />
applied filter to non ajax items<br />
filter algorithm changed<br />
cache for ajax request added<br />
up/down with auto scrolling<br />
minor code fixes</p>
<p>- 1.06 auto heigth fix<br />
event bind on main element for better user frendly experience<br />
filter for items<br />
up/down keys supported from now</p>
<p>- 1.05 bindEvents function fixed thanks to idgnarn</p>
<p>- Name changed to <strong>FCBKcomplete</strong></p>
<p>- 1.04 IE7 &lt;em&gt; tag replace fixed</p>
<p>- 1.03 IE7 &amp; IE6 crash fixed<br />
IE7 css fixed</p>
<p>- 1.02 json parsing fixed<br />
remove element fixed</p>
<p>- 1.01: some bugs fixed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/jquerymultiselect.html/feed</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>Strange Jquery 1.3 behavior</title>
		<link>http://www.emposha.com/javascript/strange-jquery-13-behavior.html</link>
		<comments>http://www.emposha.com/javascript/strange-jquery-13-behavior.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 17:16:33 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[jquery 1.3]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=134</guid>
		<description><![CDATA[Today I worked with two elements with same ids but in different forms, and found strange jquery selector engine behavior. Actually I can undrestand that, because by w3c you cant place two elements with same ids on same page.]]></description>
			<content:encoded><![CDATA[<p>Today I worked with two elements with same ids but in different forms, and found strange jquery selector engine behavior. Actually I can undrestand that, because by w3c you cant place two elements with same ids on same page.</p>
<p><strong>Description</strong>: Two froms with element with same id in both of them, trying to use jquery selector to choose one of them like this $(&#8220;#formid #elemid&#8221;). Result will be null.</p>
<p><strong>Example</strong>:</p>
<p>HTML:</p>
<blockquote><p><code><span style="font-family: Courier New; color: black; font-size: x-small;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">form</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">="form1"</span> <span style="color: #ff0000;">method</span><span style="color: #0000ff;">="post"</span> <span style="color: #ff0000;">action</span><span style="color: #0000ff;">="/"</span><span style="color: #0000ff;">&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="text"</span> <span style="color: #ff0000;">class</span><span style="color: #0000ff;">="inputtext"</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">="text1"</span> <span style="color: #ff0000;">name</span><span style="color: #0000ff;">="text1"</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=""</span><span style="color: #0000ff;">/&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="text"</span> <span style="color: #ff0000;">class</span><span style="color: #0000ff;">="inputtext"</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">="text2"</span> <span style="color: #ff0000;">name</span><span style="color: #0000ff;">="text2"</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=""</span><span style="color: #0000ff;">/&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="text"</span> <span style="color: #ff0000;">class</span><span style="color: #0000ff;">="button"</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">="btn1"</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">="press me"</span><span style="color: #0000ff;">/&gt;</span><br />
<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">form</span><span style="color: #0000ff;">&gt;</span></span></code></p>
<p><span style="font-family: Courier New; color: black; font-size: x-small;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">form</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">=&#8221;form2&#8243;</span> <span style="color: #ff0000;">method</span><span style="color: #0000ff;">=&#8221;post&#8221;</span> <span style="color: #ff0000;">action</span><span style="color: #0000ff;">=&#8221;/&#8221;</span><span style="color: #0000ff;">&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">=&#8221;text&#8221;</span> <span style="color: #ff0000;">class</span><span style="color: #0000ff;">=&#8221;inputtext&#8221;</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">=&#8221;text1&#8243;</span> <span style="color: #ff0000;">name</span><span style="color: #0000ff;">=&#8221;text1&#8243;</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=&#8221;"</span><span style="color: #0000ff;">/&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">=&#8221;text&#8221;</span> <span style="color: #ff0000;">class</span><span style="color: #0000ff;">=&#8221;inputtext&#8221;</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">=&#8221;text2&#8243;</span> <span style="color: #ff0000;">name</span><span style="color: #0000ff;">=&#8221;text3&#8243;</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=&#8221;"</span><span style="color: #0000ff;">/&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">=&#8221;text&#8221;</span> <span style="color: #ff0000;">class</span><span style="color: #0000ff;">=&#8221;button&#8221;</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">=&#8221;btn2&#8243;</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=&#8221;press me2&#8243;</span><span style="color: #0000ff;">/&gt;</span><br />
<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">form</span><span style="color: #0000ff;">&gt;</span><br />
</span><br />
<span style="color: gray; font-size: xx-small;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="color: gray; font-size: xx-small;">Source Code Highlighter</span></a>.</span></p></blockquote>
<p>Javascript:</p>
<blockquote><p><code><span style="font-family: Courier New; color: black; font-size: x-small;">$(<span style="color: #a31515;">'#btn1'</span>).click(<span style="color: #0000ff;">function</span>() {<br />
<span style="color: #0000ff;">if</span> (!$(<span style="color: #a31515;">'#form1 #text1'</span>).val()) {<br />
$(<span style="color: #a31515;">'#form1 #text1'</span>).css(<span style="color: #a31515;">'border'</span>,<span style="color: #a31515;">'1px solid red'</span>);<br />
}<br />
<span style="color: #0000ff;">if</span> (!$(<span style="color: #a31515;">'#form1 #text2'</span>).val()) {<br />
$(<span style="color: #a31515;">'#form1 #text2'</span>).css(<span style="color: #a31515;">'border'</span>,<span style="color: #a31515;">'1px solid red'</span>);<br />
}<br />
});</span></code></p>
<p><span style="font-family: Courier New; color: black; font-size: x-small;">$(<span style="color: #a31515;">&#8216;#btn2&#8242;</span>).click(<span style="color: #0000ff;">function</span>() {<br />
<span style="color: #0000ff;">if</span> (!$(<span style="color: #a31515;">&#8216;#form2 #text1&#8242;</span>).val()) {<br />
$(<span style="color: #a31515;">&#8216;#form2 #text1&#8242;</span>).css(<span style="color: #a31515;">&#8216;border&#8217;</span>,<span style="color: #a31515;">&#8217;1px solid red&#8217;</span>);<br />
}<br />
<span style="color: #0000ff;">if</span> (!$(<span style="color: #a31515;">&#8216;#form2 #text2&#8242;</span>).val()) {<br />
$(<span style="color: #a31515;">&#8216;#form2 #text4&#8242;</span>).css(<span style="color: #a31515;">&#8216;border&#8217;</span>,<span style="color: #a31515;">&#8217;1px solid red&#8217;</span>);<br />
}<br />
});</span></p>
<p><span style="color: gray; font-size: xx-small;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="color: gray; font-size: xx-small;">Source Code Highlighter</span></a>.</span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/strange-jquery-13-behavior.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>fcbkListSelection v 1.1 &#8211; like facebook friends selector</title>
		<link>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html</link>
		<comments>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:12:48 +0000</pubDate>
		<dc:creator>emposha</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fancy]]></category>
		<category><![CDATA[multiselect]]></category>

		<guid isPermaLink="false">http://www.emposha.com/?p=109</guid>
		<description><![CDATA[fcbkListSelection &#8211; fancy item selector (like facebook friends selector) with wide range of options. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release. HowTo: 1) HTML stracture: &#60;ul id="ulid"&#62; &#60;li&#62;regular content &#60;input type="hidden" value="value" /&#62;&#60;/li&#62; &#60;li&#62;preselected content &#60;input type="hidden" value="value" ...]]></description>
			<content:encoded><![CDATA[<p>fcbkListSelection  &#8211; fancy item selector (like facebook friends selector) with wide range of options.</p>
<p style="text-align: center;"><a href="http://www.emposha.com/wp-content/uploads/2008/11/fcbklist.png"><img class="alignnone size-medium wp-image-113" title="fcbklist" src="http://www.emposha.com/wp-content/uploads/2008/11/fcbklist-300x150.png" border="0" alt="" width="300" height="150" /></a></p>
<p>If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.</p>
<p><strong>HowTo:</strong></p>
<p>1) HTML stracture:</p>
<blockquote><p><code><span style="color: black;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">ul</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">="ulid"</span><span style="color: #0000ff;">&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">li</span><span style="color: #0000ff;">&gt;</span>regular content <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="hidden"</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">="value"</span> <span style="color: #0000ff;">/&gt;&lt;/</span><span style="color: #800000;">li</span><span style="color: #0000ff;">&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">li</span><span style="color: #0000ff;">&gt;</span>preselected content <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="hidden"</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">="value"</span> <span style="color: #ff0000;">checked</span><span style="color: #0000ff;">="checked"</span> <span style="color: #0000ff;">/&gt;&lt;/</span><span style="color: #800000;">li</span><span style="color: #0000ff;">&gt;</span><br />
<span style="color: #0000ff;">&lt;</span><span style="color: #800000;">li</span><span style="color: #0000ff;">&gt;</span>regular content <span style="color: #0000ff;">&lt;</span><span style="color: #800000;">input</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="hidden"</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">="value"</span> <span style="color: #0000ff;">/&gt;&lt;/</span><span style="color: #800000;">li</span><span style="color: #0000ff;">&gt;</span><br />
<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">ul</span><span style="color: #0000ff;">&gt;</span></span></code></p>
<p><span style="font-size: xx-small; color: gray;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="font-size: xx-small; color: gray;">Source Code Highlighter</span></a>.</span></p></blockquote>
<p>2) Javascript:</p>
<blockquote><p><code><span style="color: black;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">script</span> <span style="color: #ff0000;">type</span><span style="color: #0000ff;">="text/javascript"</span> <span style="color: #ff0000;">language</span><span style="color: #0000ff;">="JavaScript"</span><span style="color: #0000ff;">&gt;</span><br />
$(<span style="color: #0000ff;">document</span>).ready(<span style="color: #0000ff;">function</span>() {<br />
<span style="color: #008000;">//id(ul id),width,height(element height),row(elements in row) </span><br />
$.fcbkListSelection(id[ul id],width,height[element height],row[elements <span style="color: #0000ff;">in</span> row]);<br />
});<br />
<span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">script</span><span style="color: #0000ff;">&gt;</span></span></code></p>
<p><span style="font-size: xx-small; color: gray;">* This source code was highlighted with <a href="http://virtser.net/blog/post/source-code-highlighter.aspx"><span style="font-size: xx-small; color: gray;">Source Code Highlighter</span></a>.</span></p></blockquote>
<p><strong>Changelog:</strong><br />
- 1.1: added preselected items<br />
- 1.0: project started</p>
<p><strong>Download</strong><strong>:</strong> <a href="http://github.com/emposha/fcbkListSelection/archives/master" target="_blank">Download fcbkListSelection<br />
</a></p>
<p><strong>Demo</strong><strong>:</strong> <a href="http://www.emposha.com/demo/fcbklistselection/" target="_blank">Demo fcbkListSelection</a></p>
<p><strong>Github:</strong> <a href="http://github.com/emposha/fcbkListSelection">http://github.com/emposha/fcbkListSelection</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
	</channel>
</rss>

