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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -