Category Archives: Javascript

Modal dialog windows for JavaScript

Carefully implemented, modal dialog windows can dramatically improve a user interface. There are a number of libraries which offer such a system, but many have fundamental differences in design, or require certain external JS libraries, and finding the right one for me has proven a bit challenging.
My requirements: compatibility with JQuery, and importantly, the ability […]