Closing all jquery dialog windows in JavaScript

Viewed 22843

How does one close all jquery ui dialog windows in javascript?

Situation:

The page has multiple things that can be opened using the dialog boxes. I need a way to close all previous windows before opening a new one.

2 Answers
Related