在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:alexgorbatchev/jquery-textext开源软件地址:https://github.com/alexgorbatchev/jquery-textext开源编程语言:JavaScript 96.8%开源软件介绍:Version 2.0 in developmentPlease note that there's version 2.0 in active development. Checkout the #2.0.0-wip branch for more fun action! CoffeeScript and full Jasmine coverage - fun stuff! AboutTextExt is a plugin for jQuery which is designed to provide functionality such as tag input and autocomplete. The core design principle behind TextExt is modularity and extensibility. Each piece of functionality is separated from the main core and can act individually or together with other plugins. TextExt's modular design allows you easily turn a standard HTML text input into a wide range of modern, tailored to your needs input field without bloating your source code and slowing down your site with the code that you aren't using. A wide number of plugins are available including Tags, Autocomplete, Filter, Ajax as well as a few which are purely aesthetic like Focus. Please refer to the manual for the full API documentation and examples. Features
Example<textarea id="textarea" rows="1"></textarea>
<script type="text/javascript">
$('#textarea').textext({
plugins : 'tags prompt focus autocomplete ajax arrow',
tagsItems : [ 'Basic', 'JavaScript', 'PHP', 'Scala' ],
prompt : 'Add one...',
ajax : {
url : '/manual/examples/data.json',
dataType : 'json',
cacheResults : true
}
});
</script> How To UseThe steps to using TextExt are as follows:
History1.3.1Bug Fixes
1.3.0New Features
Bug Fixes
1.2.0
1.1.0New Features
Bug Fixes
1.0.0
LicenseThe TextExt component is released under the open source MIT. This means that you can use it any way you want, but I would very much appreciate if you take a minute and support the project through a donation. ContributorsAlphabetically:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论