+ 1
Can you tell me what is wrong with the code on line 1. if you do know pls change it
$(window).on("load"),function(){ setTimeout(function() {$('.done').addClass("drawn");},500) }
5 Antworten
+ 3
$(window).on("load",function(){...})
+ 2
Why the closing parathesis after "load" on line 1? It should be on the last line after '}'.
+ 2
+ 1
Mirielle so how would i put it in a code?