How to simulate a close() in facebox
        Posted  
        
            by Bragaadeesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bragaadeesh
        
        
        
        Published on 2010-06-17T13:02:53Z
        Indexed on 
            2010/06/17
            13:13 UTC
        
        
        Read the original article
        Hit count: 246
        
Hi,
I am using facebox popup in one of my pages. I am having a button in the popup dialog. When I click that button the facebox popup should close (the same way it closes when we press outside the popup). How to do that?
Also, I am doing some Ajax stuff when that button is being pressed so I cannot override the onClick event.
© Stack Overflow or respective owner