ontab

0.0.0 • Public • Published

ontab

auto complete logic

usage

var ot = new OnTab( function( value ) {
      console.log( value ); 
    } );

ot.context = [ 'apple', 'hello', 'ass' ]; 
ot.autoComplete( 'a' ); 
ot.autoComplete( 'a' );

printout:

apple
ass

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    5

Package Sidebar

Install

npm i ontab

Weekly Downloads

1

Version

0.0.0

License

GNU

Last publish

Collaborators

  • mbusenitz