I’m looking for a way to do this:
- Javascript function that opens a pop-up window that displays a list view of my employees
- When pop-up window opens grey-out parent/opener window
- When pop-up window is closed, parent window “veil” is removed.
Thanks for any code or ideas.
Heres a solution i’ve built for this, accessible via
open()orclose()you can stick all your content inside of
#containerthe html:
the css:
the jquery: