Results 1 to 2 of 2

Thread: JavaScript Array

  1. #1
    Join Date
    Sep 2010
    Location
    Hi Stalker.
    Posts
    148
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default JavaScript Array

    Hi. I was looking online for an autocomplete system like Google and found something pretty good. It's called Wick. I have no issue when inside the Sample_Data.js uses collection = ['word','word2']; but it when I try every letter of the alphabet, it doesn't work like expected. So, what I am asking is, How would I instead use an Array to use every letter and have it in the autocomplete (like, when I type in ABAR it would come up inside with Abarth. But I would like it if I didn't have to type all of the suggestions in.)
    Sorry if you don't understand, I'm in a hurry right now.
    Last edited by [Nicolas]; 11-10-2010 at 03:56 AM.

  2. #2
    Join Date
    Sep 2010
    Location
    Hi Stalker.
    Posts
    148
    Thanks
    16
    Thanked 3 Times in 3 Posts

    Default

    Nevermind, I got GVim...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •