luis-almeida / filtrify

Beautiful advanced tag filtering with HTML5 and jQuery
Other
644 stars 112 forks source link

avoid duplicate info #53

Closed vlasvlasvlas closed 10 years ago

vlasvlasvlas commented 10 years ago

hi, is there any way i can avoid repeating information?

i mean:

html5 "data-" has an information ex:

<li data-director="spielberg">

..and then.. i'm retyping it..:

<span>Director: <i>spielberg</i></span>

i'm using it over github so only javascript available..

any way to avoid repeating everything?

thanks!

vlasvlasvlas commented 10 years ago

block data did it for me thanks! http://luis-almeida.github.io/filtrify/block.html