Hi,
I have a site will be opening quite a few windows and I wanted to make it a bit more object orientated.
The jqxWindow is great but if you want to have several windows displaying different content when different buttons are clicked, there is a lot of re-inventing the wheel.
I would ideally like a common function such as createWindow() which you could pass the ID of a div to and perhaps the width and height which would then display a window.
Does anyone have any examples of how this could be done?
Thanks!