Hello.
Tell me, please, how to use a javascript button to call a button ?.
For example, there is a button:
<input type="submit" id="myButton" onclick="myFunc()" >
I need, with the help of JavaScript or jQuery, to call it click. And at the same time, to trigger the onclick
event