<?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: jQuery Autocomplete returning multiple values</title>
	<atom:link href="http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/</link>
	<description></description>
	<lastBuildDate>Sun, 08 Jan 2012 15:53:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: vijay</title>
		<link>http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/comment-page-1/#comment-1544</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Mon, 18 Apr 2011 07:42:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-1544</guid>
		<description>hi expertise
am a new bee in jquery 
how to access two values using auto complete
index .jsp
  

   

       

       

       
	

   

   


       

         &lt;b&gt;Employee Search&lt;/b&gt;   :   
	 
     
	 
	 
	    
	   
	   
	 

	

   

   



  jQuery(function(){
$(&quot;#empName&quot;). autocomplete(&quot;list.jsp&quot;);


});
   
  
am trying to fetch value from database when i select employee name i need corresponding employee id in empidhidden textbox?
my jsp is list.jsp
  

   

   
 



 
								
								
								
								&lt;%
                                //out.print(&quot;&quot;+strAssigneeName+&quot;&quot;);

                                 }
			}
	}
	catch(Exception e)
	{
		out.println(e);
	}

%&gt;</description>
		<content:encoded><![CDATA[<p>hi expertise<br />
am a new bee in jquery<br />
how to access two values using auto complete<br />
index .jsp</p>
<p>         <b>Employee Search</b>   :   </p>
<p>  jQuery(function(){<br />
$(&#8220;#empName&#8221;). autocomplete(&#8220;list.jsp&#8221;);</p>
<p>});</p>
<p>am trying to fetch value from database when i select employee name i need corresponding employee id in empidhidden textbox?<br />
my jsp is list.jsp</p>
<p>								&lt;%<br />
                                //out.print(&quot;&#8221;+strAssigneeName+&#8221;");</p>
<p>                                 }<br />
			}<br />
	}<br />
	catch(Exception e)<br />
	{<br />
		out.println(e);<br />
	}</p>
<p>%&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Blum</title>
		<link>http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/comment-page-1/#comment-1036</link>
		<dc:creator>Jason Blum</dc:creator>
		<pubDate>Fri, 28 May 2010 09:46:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-1036</guid>
		<description>Perfect.  Thanks for sharing this.</description>
		<content:encoded><![CDATA[<p>Perfect.  Thanks for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/comment-page-1/#comment-109</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Sat, 05 Dec 2009 13:42:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-109</guid>
		<description>Hi frisson

The plugin supports a &#039;max&#039; option:

$(&#039;#country&#039;).autocomplete(&#039;CountryProxy.cfc?method=search&#039;,{max:20});

This max value is also sent as a &#039;limit&#039; parameter with the ajax request so you can also apply the limit to your server side code.

See more options here:
http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions</description>
		<content:encoded><![CDATA[<p>Hi frisson</p>
<p>The plugin supports a &#8216;max&#8217; option:</p>
<p>$(&#8216;#country&#8217;).autocomplete(&#8216;CountryProxy.cfc?method=search&#8217;,{max:20});</p>
<p>This max value is also sent as a &#8216;limit&#8217; parameter with the ajax request so you can also apply the limit to your server side code.</p>
<p>See more options here:<br />
<a href="http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions" rel="nofollow">http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frisson</title>
		<link>http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/comment-page-1/#comment-108</link>
		<dc:creator>frisson</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:56:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-108</guid>
		<description>Hi Kevan,

How can I change the limit to be 20? 

cheers,
frisson</description>
		<content:encoded><![CDATA[<p>Hi Kevan,</p>
<p>How can I change the limit to be 20? </p>
<p>cheers,<br />
frisson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean-yves michel</title>
		<link>http://blog.stannard.net.au/2009/11/11/jquery-autocomplete-returning-multiple-values/comment-page-1/#comment-107</link>
		<dc:creator>jean-yves michel</dc:creator>
		<pubDate>Thu, 26 Nov 2009 07:12:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-107</guid>
		<description>I think that approach was worth a try.
When I try it, it doesn´t work because the call to the remote service search() was garbage by an extra &#039;?&#039;.
component [CountryProxy] has no remote function with name [search?q=q].
Any clue?

Obs!
I check the component and it is working correctly by browsing directly to it.

CFRULES</description>
		<content:encoded><![CDATA[<p>I think that approach was worth a try.<br />
When I try it, it doesn´t work because the call to the remote service search() was garbage by an extra &#8216;?&#8217;.<br />
component [CountryProxy] has no remote function with name [search?q=q].<br />
Any clue?</p>
<p>Obs!<br />
I check the component and it is working correctly by browsing directly to it.</p>
<p>CFRULES</p>
]]></content:encoded>
	</item>
</channel>
</rss>

