[jQuery] Re: Thickbox; New close button and remove close when click off window

2008-07-10 Thread Scott Sauyet
DRoss wrote: Also, when clicking outside of the thickbox window currently and by default the thickbox window closes. I need to disable that so the only way to close the window is using the "Return to Shopping" button. Add "modal=true" to the URL, I believe. -- Scott

[jQuery] Re: Thickbox; New close button and remove close when click off window

2008-07-10 Thread DRoss
Anyone? On Jul 9, 4:57 pm, DRoss <[EMAIL PROTECTED]> wrote: > Hi all, > > Two part question: > > We are using thickbox for an 'Add to shopping basket' modal window. > There are two buttons in the thickbox window; one for adding the > product to the basket and the second button ('Return to shoppi

[jQuery] Re: Thickbox; New close button and remove close when click off window

2008-07-10 Thread tlphipps
Attach a click handler with this bit of code to whatever element should close the thickbox. window.top.tb_remove(); On Jul 9, 3:57 pm, DRoss <[EMAIL PROTECTED]> wrote: > Hi all, > > Two part question: > > We are using thickbox for an 'Add to shopping basket' modal window. > There are two buttons