I do not understand much of the subject, though, I'll try to explain.
Currently when I pass the mouse over a div
with the class tooltips
, the following script is executed:
$('.tooltips').tooltip();
However, I would like this to happen soon after loading the page, so you do not have to pass the mouse on the div
or click on it.
How can I do this?