Posts by ricardolobo • 11 points
1 post
-
1
votes3
answers1491
viewsA: How to get the link id with jquery
You can use the https://api.jquery.com/attribute-starts-with-selector/ In this case for a id with the name id1: $('[id^=id1]')…
1 post
1
votes3
answers1491
viewsYou can use the https://api.jquery.com/attribute-starts-with-selector/ In this case for a id with the name id1: $('[id^=id1]')…