/jQuery-Prediction-Plugin

Word/sentence prediction/completion/recognition/suggestion plugin for jQuery, not to be confused with autocomplete plugins

jQuery Prediction Plugin

This is far from done yet, so don't expect it to work at all. But watch this project cause it wont be long before it'll be usable

What is Prediction

Prediction is a simple plugin to make word or sentence prediction/completion/recognition/suggestion on text input or textarea.

Usage

$(function() {
	$('input.class').suggest();
});

Options

  • live:

    Define if the trigger event should be bound as a live event.
    • Type: Boolean
    • Default: true

Contributing

1. Fork it.
2. Make changes.
3. Create a pull request.
4. Enjoy a cup of coffee while waiting.

Forking

By forking this project you hereby grant permission for any commits to your fork to be merged back into this repository and, with attribution, be released under the terms of the MIT License.