I wonder what is the mistake on this

3 replies
  • WEB DESIGN
  • |
<p><a href="#" onclick="setTimeout(Plus.style.display='none'), 2000">Close</a></p>
When I click Close, Plus closed immediately and not waiting 2 seconds before got closed.
#mistake
  • Profile picture of the author abderrezak31
    Dea AsianGuy
    this code is depending to a javascript(.JS file) , check if you enqueued your JS file as well, or try to contact the main developer of your script to fix it!
    Signature
    {{ DiscussionBoard.errors[11064639].message }}
  • Profile picture of the author AsianGuy
    So I need to apply a js too, I will try to look for a solution using js.
    {{ DiscussionBoard.errors[11064826].message }}
  • Profile picture of the author AsianGuy
    I have solve the problem with :

    <script>function myfunction(){Plus.style.display='none'} var delay=2000</script>
    {{ DiscussionBoard.errors[11064937].message }}

Trending Topics