3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
$(document).ready(function(){
|
|
$("#li_candidatures").delay(2000).addClass("hover");
|
|
}); |