Posts by Daniel Costa • 1 point
1 post
-
0
votes4
answers381
viewsA: remove text inside small without raising the "a" tag with jquery
One possible solution is to change yours html for $("small > span").text(""); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <small>…
jqueryanswered Daniel Costa 1