Click me to open a blank window.
Click me to open a mini window
Here's some anchors links that have a class=jquery-wm attribute. These will open up in child windows. slashdot, slickdeals clone this page
Open child windows using jquery object.
var $w = $().WM('open','http://retrogames.com');
// other jquery extensions that can be used on children windows
$w.WM('maximize');
$w.WM('minimize');
$w.WM('raise');
$w.WM('close');
// open a window and manipulate the window content
var $w = $().WM('open');
$w.find('.titlebartext').text('foo');
$w.find('.windowcontent').html('here is some content');