Good day! I am curious to know if there is a way to automatically incorporate a JavaScript function to all links or classes on a webpage. Specifically, I am interested in adding the following JavaScript action: "PlayFlashSound();". This would mean that all links on my website should appear like this:
<a onmouseover="PlayFlashSound();" href="#">Link Text</a>"
The issue with manually integrating the JavaScript action is that I am using Joomla and unsure of how to accomplish this task.
Thank you in advance!