Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
microp11 committed Apr 2, 2012
1 parent a669d32 commit 85282cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Expand Up @@ -2,11 +2,12 @@ Tab completion is: http://en.wikipedia.org/wiki/Command-line_completion

This is a bash-type multi-tab, rotating and case-insensitive completion code snippet, that was written in response to a feature request for the Nodester IRC project: http://irc.nodester.com/. Encouraged by the person that made the feature request, sirkitree (https://github.com/sirkitree) and by alejandromg (https://github.com/alejandromg) from Nodester (https://github.com/nodester), here is the snippet for whomever is interested.

It was tested on a Windows Xp machine over IE8 version 8.0.6001.18702, FF 11.0 and Chrome 18.0.1025.142 m.
It was tested on a Windows XP machine over IE8 version 8.0.6001.18702, FF 11.0 and Chrome 18.0.1025.142 m.

The code uses space as separator. The completion source is represented by any string array: ["Abraham Lincoln", "abacus Moire", "22", "brocard 1", "ab!ba", "crocard", "cribauld", "cronos"].

The file "snippet.html" contains code that you can just copy/paste into your own project. Currently it still depends on jQuery but the idea is, if possible, to make it independent and pure js.

The jQueryPlugin is, according to sirkitree, its author: "a standalone .js file that could easily be plugged into other people's projects".

Usage:
Expand Down

0 comments on commit 85282cb

Please sign in to comment.