yii2-fastlivefilter-widget

Wrapper around the "Fast Live Filter" jQuery plugin.

  • Owner: raoul2000/yii2-fastlivefilter-widget
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerraoul2000/yii2-fastlivefilter-widget
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2014-07-04 12:48:38
Pushed At2014-07-21 14:54:00
Last Commit At2014-07-21 16:53:57
Release Count1
Last Release Name1.0.0 (Posted on )
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count2
Watchers Count3
Fork Count1
Commits Count3
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private