jQuery Windows
March 13, 2009
No comments
So as part of my on-going exploring and learning of jQuery I want to create a window system. This will let me explore the wonderful world of jQuery as well as create something functional and useful for my work project.
This window system will need to be dragable, droppable, completely resizable via all standard and expected methods. It will need to be able to have x number of configurable buttons within the border both left and right, have other customizable data within the top header..
I want to make it so that each window is basically a container, and thus can contain anything.. including other windows.
