mata-man / yii2-highlight-search
Yii2 Highlight and search
Package info
github.com/mata-man/yii2-highlight-search
Type:yii2-extension
pkg:composer/mata-man/yii2-highlight-search
dev-master / 1.0.x-dev
2015-07-29 15:42 UTC
Requires
This package is not auto-updated.
Last update: 2026-05-13 17:09:46 UTC
README
An alternative to ctrl+f, this adds functionality to your website with an additional callbacks. This jquery highlight plugin created by Johnn Burkhard. When making a search will use jQuery animate() to scroll the element with the desired class. Next and prev buttons will scroll the element up and down to the other matches.
Here is an example on how to call the widget:
```PHP 'search', 'settings' => [], ])?> ```