I have this piece of codes:
<a href="https://api.whatsapp.com/send?phone=" data-ga-label="666666666" target="_blank"></a>
I want to select this a tag with jquery based-on "data-ga-label" attribute that have a 666666666 value and change its href. How it's possible with jquery? Thank you.