1
Good night, good people...
Good my doubt and the following, I have a list of links...
<ul>
<li><a href="baixar.php?musica=teste-ativo.mp3">Musica 1</a></li>
<li><a href="baixar.php?musica=teste-desativado.mp3">Musica 2</a></li>
<li><a href="baixar.php?musica=teste-ativo.mp3">Musica 3</a><li>
<li><a href="baixar.php?musica=teste-desativado.mp3">Musica 3</a></li>
</ul>
well, now I wanted q only links that have the string "disabled" in the url, were hidden, with Hide(); for example
Att... Thank you
opa thanks guy! it worked! taking advantage! we will vary the question! and to remove the links that have not "disabled" without using your code above? in case every link q has not been "disabled" using an if condition
– Vinicius Vieira
ah man thanks! already managed to do with php! I get better! but still thank you!
– Vinicius Vieira