[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'd

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

2008-08-28 Thread Andy Matthews
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 been managing. I have no plans on updating my version. I'm

[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
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: That's a private function that only the plug