SyntaxFix
Write A Post
Hire A Developer
Questions
There is no need to have two functions within one element, you need just one that calls the other two!
<a href="#" onclick="my_func()" >click</a>
function my_func() { my_func_1(); my_func_2(); }