mirror of
https://github.com/friendica/friendica
synced 2025-04-23 15:50:25 +00:00
jquery.textcomplete update to v1.3.4
This commit is contained in:
parent
6a739b5ba2
commit
dd2a8fd852
5 changed files with 26 additions and 27 deletions
|
@ -1,5 +1,4 @@
|
|||
Autocomplete for Textarea
|
||||
=========================
|
||||
# Autocomplete for Textarea
|
||||
|
||||
[](http://badge.fury.io/js/jquery-textcomplete)
|
||||
[](http://badge.fury.io/bo/jquery-textcomplete)
|
||||
|
@ -11,8 +10,7 @@ Introduces autocompleting power to textareas, like a GitHub comment form has.
|
|||
|
||||
[Demo](http://yuku-t.com/jquery-textcomplete/).
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
## Synopsis
|
||||
|
||||
```js
|
||||
$('textarea').textcomplete([{
|
||||
|
@ -29,25 +27,19 @@ $('textarea').textcomplete([{
|
|||
}]);
|
||||
```
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
## Dependencies
|
||||
|
||||
- jQuery (>= 1.7.0) OR Zepto (>= 1.0)
|
||||
|
||||
Documents
|
||||
---------
|
||||
## Documents
|
||||
|
||||
See [doc](https://github.com/yuku-t/jquery-textcomplete/tree/master/doc) dir.
|
||||
|
||||
License
|
||||
-------
|
||||
## License
|
||||
|
||||
Licensed under the MIT License.
|
||||
|
||||
Credits
|
||||
-------
|
||||
|
||||
### Contributors
|
||||
## Contributors
|
||||
|
||||
Patches and code improvements were contributed by:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue