Native CSS Search Engine – Jets.js

Native CSS Search Engine - Jets,js

Imagine a situation – your HTML markup renders at backend side, it contains some list of data. At one point you need to implement search by this list. It can be easily achieved by using Jets.js with a browser’s native search speed.

How does it work?

The main idea of Native CSS Search Engine Jets.js is not to affect attributes of each tag in the list while filtering. Instead apply dynamic CSS rule in only <style> tag and browser will decide which item of list to show or hide. Since it’s just CSS – Jets.js may be applied to any tag, whether it’s a table or UL, OL, DIV…

Native CSS Search Engine - Jets.js

Source

A jQuery Ajax Plugin for Ajaxify Your Website