There is a link:
<a title="Заголовок" href="javascript:someFunc()">ссылка</a> Accordingly, the function is called. Question: Is it possible in this function to obtain data about the object that called the function? In particular, get the title , or link text?
There will be many links, I would like to do without duplicating information from the link in the function parameters. Also, I know that you can assign id to links, pass it by parameter, and already use getElementById() in the function, but again, the end user is not too smart, I would like him to just create links, and then everything was done in the script.