FilterByData jQuery Plugin: Select by HTML5 Data Attr Value
elijahmanor.com
FilterByData jQuery Plugin: Select by HTML5 Data Attr Value
1–3 of 3 posts
Re: FilterByData jQuery Plugin: Select by HTML5 Data Attr Value
#2Awesome, man. I can't say how many times I've found myself in the same situation. Nice solution, and happy to see there's something I can use in the future instead of writing and rewriting the same/similar logic.
Re: FilterByData jQuery Plugin: Select by HTML5 Data Attr Value
#3Awesome, man. I can't say how many times I've found myself in the same situation. Nice solution, and happy to see there's something I can use in the future instead of writing and rewriting the same/similar logic.
Thanks... yeah I'm also working on a selector filter to do partial matches on html5 data attribute names.
So if you have data-mytype & data-mytyphoon you can match both of them with one selector doing a starts with type syntax.
The idea is similar to the attribute selectors native in jQuery. I should be posting it soon.