Changes between Initial Version and Version 1 of Ticket #27151, comment 6
- Timestamp:
- 11/04/2014 07:07:15 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27151, comment 6
initial v1 1 1 I really like this concept! So I built a plugin to demo the functionality: https://wordpress.org/plugins/widget-search-filter/ 2 2 3 It uses the lightweight jQuery liv Filter plugin, with very minimal PHP and one CSS rule. Thoughts? It'd be super easy to implement this in core, however I'm not sure it meets the 80% rule, and as @ocean90 mentions, it might make sense to just Backbonify the widgets UI entirely.3 It uses the lightweight jQuery liveFilter plugin, with very minimal PHP and one CSS rule. Thoughts? It'd be super easy to implement this in core, however I'm not sure it meets the 80% rule, and as @ocean90 mentions, it might make sense to just Backbonify the widgets UI entirely. 4 4 5 5 Either way, at least you can use this plugin until another solution is implemented more centrally.