Categories
Software and Programming

javascript: making a modal dialog with jquery

Used to be, if you wanted a dialog-box sort of thing in a web application (they called them CGIs back then), you’d use trusty old window.open(). These days though, pop-ups are considered evil incarnate, and all the kids think that rolling your own dialog with AJAX and DHTML and what not is the coolest.
Which is why I tried to get one of those widgets to actually behave itself.

1 reply on “javascript: making a modal dialog with jquery”

hey this is what ive been looking for – great work. i need to plug this into a .net app – ill give it a try

cheers
M

Comments are closed.