I have this code :
<button type="button"
data-toggle="modal" id="testing"
class="btn btn-icon btn-primary glyphicons circle_ok"
data-target="#myModal"><i></i>
</button>
I'd like simulate a click via a function executed when the page is loaded.
How can I do this ?
Thanks,