[jQuery] ThickBox Duplicate Close button (See example)
I have a variable in the URL string that's called video
if video is equal to play (Which it is in the link below)
I trigger a click on the thickbox link:
$(document).ready(function() {
if ($.getURLParam("video")=='play') {
$('.thickbox').trigger('click');
}
});
I've also tried the $('.thickbox').click();
If you physically click on the thickbox linked image (Black image in
the left rail that says "JUST IN")
It will display properly. So it has to do with the simulated click.
Has anyone else ran into this problem?
The URL:
http://alamode.com/products/Appraiser/conventions/default.aspx?video=play
Thanks
Ray