javascript - disable closing popup when clicking on background -


i use featherlight.js lightbox. when opened , click on it's background cloeses popup. need disable functionality. noticed js has closetrigger option in don't know how use it.

there default option in it:

 closeonclick: false           /* close lightbox on click ('background', 'anywhere', or false) */ 

select "false" value disable closing of popup on clicking on background.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -