HTML5 Data Attributes Search using jQuery
Recently I had a requirement to search list of names, but everything should be done client side with less processing time. So, I started using Filtrify which is an advanced tag filtering plugin. It uses HTML5 data attributes, after trying I understood how good it was but it didn’t work for me. Because it didn’t [...]


