<?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: FCBKcomplete v 1.09</title>
	<atom:link href="http://www.emposha.com/javascript/jquerymultiselect.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emposha.com/javascript/jquerymultiselect.html</link>
	<description>Just another stupid wordpress blog ;)</description>
	<lastBuildDate>Sun, 07 Mar 2010 11:06:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kam</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-5#comment-1917</link>
		<dc:creator>Kam</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1917</guid>
		<description>Very nice tool, but it seems to be missing 2 things.

1.  In FB the down arrow keys will show the first 5 or 6 options
2.  After making a selection, focus is not returned to the box so I can continue to make selections.

Would it be possible to add these?

Thanks!</description>
		<content:encoded><![CDATA[<p>Very nice tool, but it seems to be missing 2 things.</p>
<p>1.  In FB the down arrow keys will show the first 5 or 6 options<br />
2.  After making a selection, focus is not returned to the box so I can continue to make selections.</p>
<p>Would it be possible to add these?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avseq</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-5#comment-1827</link>
		<dc:creator>avseq</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1827</guid>
		<description>the currently provided library does not support multiple autocomplete boxes in the same page!!!

the id of feed has been explicitly used in the core function!!!</description>
		<content:encoded><![CDATA[<p>the currently provided library does not support multiple autocomplete boxes in the same page!!!</p>
<p>the id of feed has been explicitly used in the core function!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderito</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-5#comment-1760</link>
		<dc:creator>Anderito</dc:creator>
		<pubDate>Thu, 03 Dec 2009 12:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1760</guid>
		<description>Nice plugin. very useful!

Can i limit the max-itens of (bit-box) added ?

tks!</description>
		<content:encoded><![CDATA[<p>Nice plugin. very useful!</p>
<p>Can i limit the max-itens of (bit-box) added ?</p>
<p>tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ts</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-5#comment-1613</link>
		<dc:creator>ts</dc:creator>
		<pubDate>Thu, 13 Aug 2009 05:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1613</guid>
		<description>HOW TO GET THE VALUE??</description>
		<content:encoded><![CDATA[<p>HOW TO GET THE VALUE??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arulmurugan</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-5#comment-1588</link>
		<dc:creator>Arulmurugan</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1588</guid>
		<description>Hi,

Help

http://121.242.18.143/clients/ixia/autoCompleteFacebook/demo.html

JSON output file.
http://121.242.18.143/clients/ixia/autoCompleteFacebook/fetchUser.asp

sql = &quot;Select Name , classnumber from userMaster_Tbl2&quot;

if I give 

&quot;Select Name as caption , classnumber as value from userMaster_Tbl2&quot; it works.

I found in the fetchUser.asp.js where 2 change value to classnumber but could not find caption to Name.

My json output is as follows

[{&quot;Name&quot;:&quot;Ajay Ghosh&quot;,&quot;classnumber&quot;:&quot;201&quot;},{&quot;Name&quot;:&quot;Ajayan Peter&quot;,&quot;classnumber&quot;:&quot;202&quot;},{&quot;Name&quot;:&quot;Ajith Kumar M&quot;,&quot;classnumber&quot;:&quot;203&quot;},{&quot;Name&quot;:&quot;Anto Joy&quot;,&quot;classnumber&quot;:&quot;204&quot;},{&quot;Name&quot;:&quot;David C Paul&quot;,&quot;classnumber&quot;:&quot;205&quot;},{&quot;Name&quot;:&quot;Girish K.S&quot;,&quot;classnumber&quot;:&quot;206&quot;}]</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Help</p>
<p><a href="http://121.242.18.143/clients/ixia/autoCompleteFacebook/demo.html" rel="nofollow">http://121.242.18.143/clients/ixia/autoCompleteFacebook/demo.html</a></p>
<p>JSON output file.<br />
<a href="http://121.242.18.143/clients/ixia/autoCompleteFacebook/fetchUser.asp" rel="nofollow">http://121.242.18.143/clients/ixia/autoCompleteFacebook/fetchUser.asp</a></p>
<p>sql = &#8220;Select Name , classnumber from userMaster_Tbl2&#8243;</p>
<p>if I give </p>
<p>&#8220;Select Name as caption , classnumber as value from userMaster_Tbl2&#8243; it works.</p>
<p>I found in the fetchUser.asp.js where 2 change value to classnumber but could not find caption to Name.</p>
<p>My json output is as follows</p>
<p>[{"Name":"Ajay Ghosh","classnumber":"201"},{"Name":"Ajayan Peter","classnumber":"202"},{"Name":"Ajith Kumar M","classnumber":"203"},{"Name":"Anto Joy","classnumber":"204"},{"Name":"David C Paul","classnumber":"205"},{"Name":"Girish K.S","classnumber":"206"}]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mubarak</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-4#comment-1519</link>
		<dc:creator>Mubarak</dc:creator>
		<pubDate>Sun, 21 Jun 2009 08:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1519</guid>
		<description>After selecting the  contacts the text box loses its focus and you know users are too lazy to click the check box each time they choose the contact 
this is the drawback of the script
i request u to fix this bug</description>
		<content:encoded><![CDATA[<p>After selecting the  contacts the text box loses its focus and you know users are too lazy to click the check box each time they choose the contact<br />
this is the drawback of the script<br />
i request u to fix this bug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-4#comment-1421</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Mon, 27 Apr 2009 14:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1421</guid>
		<description>Hi i want to use this code to choose direclty from Mysql Database how could i change it 
Thanks for your time and help</description>
		<content:encoded><![CDATA[<p>Hi i want to use this code to choose direclty from Mysql Database how could i change it<br />
Thanks for your time and help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phongqn2000</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-4#comment-1374</link>
		<dc:creator>phongqn2000</dc:creator>
		<pubDate>Sat, 25 Apr 2009 08:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1374</guid>
		<description>how can I can value from textbox ? It mean I want to post the vaules to the server side</description>
		<content:encoded><![CDATA[<p>how can I can value from textbox ? It mean I want to post the vaules to the server side</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-4#comment-1099</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Wed, 08 Apr 2009 00:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-1099</guid>
		<description>@frankeyboard, can you please provide an demo on how to post the values, im also a newbie and can&#039;t find a way to submit the values. Thank you.</description>
		<content:encoded><![CDATA[<p>@frankeyboard, can you please provide an demo on how to post the values, im also a newbie and can&#8217;t find a way to submit the values. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designfeed.me &#187; 10 Creative &#38; Rich UI &#38; How to Create Them</title>
		<link>http://www.emposha.com/javascript/jquerymultiselect.html/comment-page-4#comment-944</link>
		<dc:creator>Designfeed.me &#187; 10 Creative &#38; Rich UI &#38; How to Create Them</dc:creator>
		<pubDate>Tue, 31 Mar 2009 23:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emposha.com/?p=21#comment-944</guid>
		<description>[...] How To » FCBKcomplete v 1.09 [...]</description>
		<content:encoded><![CDATA[<p>[...] How To » FCBKcomplete v 1.09 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
