yii2-fastlivefilter-widget

Wrapper around the "Fast Live Filter" jQuery plugin.

  • 所有者: raoul2000/yii2-fastlivefilter-widget
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

yii2-fastlivefilter-widget

Wrapper around the jQuery Fast Live Filter plugin.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist raoul2000/yii2-fastlivefilter-widget "*"

or add

"raoul2000/yii2-fastlivefilter-widget": "*"

to the require section of your composer.json file.

Usage

This is an example no how to use this extension once it is installed.

First let's create our HTML list and the filter input control :

<input type="text" id="countryLivefilter"/>
<ul id="countryList">
	<li>France</li>
	<li>Allemagne</li>
	<li>Italie</li>
	<li>Espagne</li>
	<li>Belgique</li>
</ul>	

Finally create the Fast Live filter widget :

<?= raoul2000\widget\fastlivefilter\FastLiveFilter::widget([
		'inputSelector' => '#countryLivefilter',
		'listSelector'  => '#countryList'
	])
?>

For more information on the plugin options, please refer to fastlivefilter@github.

License

yii2-fastlivefilter-widget is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.

主要指标

概览
名称与所有者raoul2000/yii2-fastlivefilter-widget
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2014-07-04 12:48:38
推送于2014-07-21 14:54:00
最后一次提交2014-07-21 16:53:57
发布数1
最新版本名称1.0.0 (发布于 )
第一版名称1.0.0 (发布于 )
用户参与
星数2
关注者数3
派生数1
提交数3
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?