I am trying to use this plugin - BorderAnimation Effects with jQuery CSS3 Line
It's really works if I hover on a div, but I want that it will start when the page load and not when I'm hovering on it. I use this code:
$('.simultaneous').borderSimultaneous(animationDuration, borderWidth, "onhover", backgroundColor);
I tried to remove onhover
, but it doesn't works. If someone tried this plugin already and know how to do it please write it here :)