Skip to main content

jQuery fade-in 55 Responses

Last post: 1 year, 8 months ago | Thread started: Sep 2, 10, 2:42 a.m.

RespondNew TopicDisable Images

Out of context: Response #3 [Sep 2, 10, 2:42 a.m.]

  • spraycanII

    use a call back

    like:

    $(div div.div_class:eq(0)).fadeIn(100, function(){
    $(div div.div_class:eq(1)).fadeIn(100, function(){
    etc...
    }
    })

    • Where eq(0) is the load order?Continuity1/2
      Thx for this spraycan, it pointed me in the right direction.Continuity2/2
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content