2
How can I search in HTMLS style LIKE %..%
type I own these Divs with these styles
<div class="texto_de_reportagem">Olá meu nome é fulana de tal e nasci assim vou morrer assim Fulaninhanhá..</div>
<div class="texto_de_reportagem">Olá meu nome é Alterbania de tal e nasci assim vou morrer assim Fulaninhanhá..</div>
<div class="texto_de_reportagem">Olá meu nome é Iscrovenia de tal e nasci assim vou morrer assim Fulaninhanhá..</div>
<div class="texto_de_reportagem">Olá meu nome é Lubiscréia de tal e nasci assim vou morrer assim Fulaninhanhá..</div>
How can I search within all named classes texto_de_reportagem
the name of Lubiscréia
for example? Or if I put in "search" the word tal
he would return me all the Rows since they all have the word tal
... The same way Mysql works understands?
in the case of done with jQuery, as I would reproduce this effect http://jsfiddle.net/x8rpY/1/ in its code?
– Vinícius Lara
@user3163662 would be this http://jsfiddle.net/x8rpY/800/?
– Maicon Carraro