James Thomas wrote:
> Hello everyone,
>
> I've made some modifications to Thickbox mostly to make it suit my needs and
> to make it more flexible:
> - I removed the method of passing configuration options to Thickbox and
> replaced it with a settings as follows:
>       Thickbox.Show(
>               {
>                       target : 'http://www.yahoo.com',
>                       title : 'Yahoo!',
>                       height : 305,
>                       ShowClose : false
>               }
>       );
> - I added several options and plan to add a few more.
>
> You can find the source  http://www.lossfree.com/tbox.js?format=txt here .
> Please suggest anything you think I can do to improve it. One of my more
> immediate plans is to make it so that it can support multiple boxes on the
> screen at once, which should be interesting ... :)
>   
James,

  You may be interested in jqModal -- it supports multiple windows out 
of the box && is dying to be extended. 
http://dev.iceburg.net/jquery/jqModal/  . I do like where you're going 
with the TB changes! :) There would be no jqModal is TB was truly the 
"one box to rule them all"...

~ Brice


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to