I am using Thickbox in one page,
now as u know, if we click out side the thickbox page [means in the black part],
so i want to remove that behavior, i want to remove that thing….means if the user had click out side of that page in dark part then the page should not be remove-disappear, it should stay in the window..
the only way to close the thickbox page by clicking on that “Close” link,
so is their any way to do this?
thanks in advance,
Nitz.
In the Thickbox.js go to the function
tb_showIn this if statement:
You need to comment out both lines that contain
$("#TB_overlay").click(tb_remove);. I have added a comment of//Remove Meon the lines you should comment out.