[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Andy Matthews
s.com Subject: [jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this... Andy, >I think it might actually work without those changes you suggested. >Problem is that at the point I'm calling the plugin, it doesn't >recognize "showResults" as a method:

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Dan G. Switzer, II
Andy, >I think it might actually work without those changes you suggested. Problem >is that at the point I'm calling the plugin, it doesn't recognize >"showResults" as a method: That's a private function that only the plug-in can access. -Dan

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Andy Matthews
Excellent. Thanks Jörn! andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Thursday, August 28, 2008 2:03 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dan Switzer's Autocomplete plugin - can I do

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Jörn Zaefferer
error: >> >> showResults is not defined >> http://testlogin.dealerskins.loc/admin/coupons/js/coupon_edit.js >> Line 130 >> >> Any ideas? Also, is Jörn's plugin listed on the jQuery site? >> >> >> andy >> >> -Original Message- >> Fr

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Jörn Zaefferer
glegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Dan G. Switzer, II > Sent: Thursday, August 28, 2008 11:17 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this... > > > Andy, > > First I'd recommend u

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Andy Matthews
ps.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Thursday, August 28, 2008 11:17 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this... Andy, First I'd recommend updating to latest version that Jörn's bee

[jQuery] Re: Dan Switzer's Autocomplete plugin - can I do this...

2008-08-28 Thread Dan G. Switzer, II
Andy, First I'd recommend updating to latest version that Jörn's been managing. I have no plans on updating my version. >I'm using Dan's autocomplete plugin in an app and it's working great. I >just have one question. I'm loading in all options (around 5-10) into an >array when the page loads. I