tags:

views:

21

answers:

0

I have a code like this in my HTML

<a href='#1ge1' id="1ge-1">1<a>

I use href="#" to scroll to a text on a page; and I use id="" to play audio on the same page. Both code work separately. But I want to use href="#" and id="" on the same page to scroll a text, and play audio on the same page.

Please help.