please help me to solve close overlay on background click.i am trying with following code but it is not working

jQuery('.overlay-modal-background').live('click', function(e){
Drupal.overlay.close();
});

Comments

Steven Jones’s picture

Project: Overlay Paths » Drupal core
Version: 7.x-1.3 » 7.x-dev
Component: Code » overlay.module
Category: Bug report » Support request
Priority: Critical » Normal

I think that this is a support request for the Overlay module in core, because overlay paths module is just about deciding when it appears, not its functionality.

Hopefully someone will be able to help you in the core issue queue, or you might be able to find some help on the Drupal Answers site. Good luck!