mata-man / yii2-highlight-search
Yii2 Highlight and search
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2025-06-25 12:20:27 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' => [], ])?> ```