I'm at a loss with even the basics right now. For some reason the remote file is getting called when the page loads: GET: https://cand-dev.llnl.gov/tools/univfull.lasso?q=&limit=10
It does execute again when I enter my 3 letters and returns results, only they don't show. <script type="text/javascript" src="/resources/javascripts/jquery-latest.pack.js"></script> <script type="text/javascript" src="/resources/javascripts/jQuery/jquery.bgiframe.min.js"></script> <script type="text/javascript" src="/resources/javascripts/jQuery/below.js"></script> <script type="text/javascript" src="/resources/javascripts/jQuery/jquery.autocomplete.js"></script> <script language="JavaScript" type="text/javascript"> $(function(){ function formatResult(row) { return row[0]; } function formatItem(row) { return row[0]; } $("#univrelations").autocomplete("/tools/univfull.lasso", {minChars: 3, delay: 300, formatResult: formatResult, formatItem: formatItem, mustMatch: true}); }); On 6/28/07 12:12 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >> When I downloaded your latest from svn and put that in place of the version >> I had from your website, my results no longer displayed. Your website >> still >> has the old version. What changed? Is there a new call I need to make? >> Another way to display the results? >> >> Does anyone have a working example with the latest version? >> >> Also, is the must match now working? >> >> Thanks. (I can't wait until I can kill my scriptaculous autocompletes). >> > > There's a sample template in the SVN: > http://dev.jquery.com/browser/trunk/plugins/autocomplete > > Check out the index.html. > > I don't have time to run a DIFF between what Jörn has on his site and what's > in the SVN, but I'm guessing maybe the version he has on his site didn't > have the dependencies on other libraries like it does now (specifically you > need the jquery.below.js plug-in.) > > -Dan > > >