<?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; Fancy facebook-like input</title>
	<atom:link href="http://www.emposha.com/tag/fancy-facebook-like-input/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emposha.com</link>
	<description>Just another stupid wordpress blog ;)</description>
	<lastBuildDate>Tue, 25 May 2010 06:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FCBKcomplete v 2.7.4</title>
		<link>http://www.emposha.com/javascript/fcbkcomplete.html</link>
		<comments>http://www.emposha.com/javascript/fcbkcomplete.html#comments</comments>
		<pubDate>Tue, 23 Feb 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 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 />
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)</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>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 527px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- 2.6.1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 527px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>fixed public method to use it $(&#8220;elem&#8221;).trigger(&#8220;addItem&#8221;,[{"title": "test", "value": "test"}]);</div>
<p>- 2.7.4<br />
* standart event change call added on addItem, removeItem<br />
* preSet also check if item have &#8220;selected&#8221; attribute<br />
* addItem minor fix</p>
<p>- 2.7.3<br />
* event call fixed thanks to William Parry &lt;williamparry!at!gmail.com&gt;</p>
<p>- 2.7.2<br />
* some minor bug fixed<br />
* minified version recompacted due some problems</p>
<p>- 2.7.1<br />
* bug fixed<br />
* ajax delay added thanks to http://github.com/dolorian</p>
<p>- 2.7<br />
* jquery 1.4 compability<br />
* item lock possability added by adding locked class to preadded option &lt;option value=&#8221;value&#8221; class=&#8221;selected locked&#8221;&gt;text&lt;/option&gt;<br />
* maximum item that can be added</p>
<p>- 2.6.1<br />
* fixed public method to use it $(&#8220;elem&#8221;).trigger(&#8220;addItem&#8221;,[{"title": "test", "value": "test"}]);</p>
<p>- 2.6  ie6/7 support fix added<br />
* added new public method addItem due request<br />
* added new options &#8220;firstselected&#8221; that you can set true/false to select first element on dropdown list<br />
* autoexpand input element added<br />
* removeItem bug fixed<br />
* and many more bug fixed</p>
<p>- 2.5 	removed selected=&#8221;selected&#8221; attribute due ie bug<br />
* element search algorithm changed<br />
* better performance fix added<br />
* fixed many small bugs<br />
* onselect event added<br />
* onremove event added</p>
<p>- 2.02 fixed fist element selected bug<br />
* fixed defaultfilter error bug</p>
<p>- 2.01 fixed bugs &amp; added features<br />
* fixed filter bug for preadded items<br />
*  focus on the input after selecting tag<br />
*  the element removed pressing backspace when the element is selected<br />
*  input tag in the control has a border in IE7<br />
*  added iterate over each match and apply the plugin separately<br />
*  set focus on the input after selecting tag</p>
<p>- 2.00 new version of fcbkcomplete<br />
* replace regular &#8220;select&#8221; element with new fancy facebook like selector<br />
* multiple elements support</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emposha.com/javascript/fcbkcomplete.html/feed</wfw:commentRss>
		<slash:comments>227</slash:comments>
		</item>
	</channel>
</rss>
