Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] Function Execution Stop Problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #150978

    Hi guys, I have the following problem. Here is the code to my pen. I want to stop the execution of the function Intro when the div with class=”skip” is clicked ? Do you have any idea how could I do that? I tried $(document).stop(Intro(),true,true) but it stops the animation and doesn’t fadeOut .intro and fadeIn the #wrapper afterwards :(

    #151027

    I fixed in on my own.. too bad that no one responded so I had to struggle all day with that :/

    #151028
    Paulie_D
    Member

    too bad that no one responded so I had to struggle all day with that :/

    Perhaps we were busy with our own problems.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.