how to refresh mulitple divs when after posting using jquery
        Posted  
        
            by oo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by oo
        
        
        
        Published on 2010-03-20T16:57:07Z
        Indexed on 
            2010/03/20
            17:01 UTC
        
        
        Read the original article
        Hit count: 318
        
i have a screen with multiple little widgets (all with different divs around them). i have one form and when i post (using jquery) right now it updates the single form using ajax.
i want two other divs to refresh as well (that are outside the form). What is the best way to trigger a refresh of multiple different divs on a single jquery ajax post callback?
© Stack Overflow or respective owner