jQuery-Prediction-Plugin
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明: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._

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。