Slightly Thickerbox 1.7
I’ve upgraded Slightly Thickerbox to use JQuery 1.0.1 and the updated version of Interface Elements for JQuery.
I’ve upgraded Slightly Thickerbox to use JQuery 1.0.1 and the updated version of Interface Elements for JQuery.
RSS feed for comments on this post. TrackBack URI
Page generated in: 0.231 seconds.
Powered by: WordPress 2.5
Comment by joshuazz — September 21, 2006 @ 3:13 pm
Thank you for implementing the ability to play video files. This sets STB apart from the others in a nice way.
However I seem to be having issues with it. The video content is always pushed up against the left border of the window, and the aspect ratio is off, as in appears square instead of 320 x 240. Any idea how to fix it?
Thanks
Comment by asterocean — November 6, 2006 @ 1:50 am
jmp3 & thickbox are both great plugins that using jquery,
then, how could jmp3 work in a thickbox window?
jmp3 works fine alone, it seems that
$(document).ready(function(){
$(”.mp3″).jmp3();
});
not work when loaded by thickbox
then which event should it been binded? any sugestion would be grateful.
another question , how could thickbox work when loaded in a thickbox window? that’s thickbox over thickbox,
i’ve patch some flaws in thickbox, maybe someone will need it.
such as:
animated gif problem:thickbox loading again and again when display animated gif
tiny picture problem:thickbox size is too small when display small size picture
selects disapeared when thickbox closed:selects disapeared when thickbox popup,but won’t show again when thickbox quit.
maybe someone will like it, see diff
19d18
“);
—
> $(”body”).append(”");
110d108
close” + ““+caption+”");
—
> TB_HEIGHT = imageHeight + 80;
> $(”#TB_window”).append(”"+caption+”close” + TB_PrevHTML + TB_NextHTML + ““);
164d153
“+caption+”close” + TB_PrevHTML + TB_NextHTML + ““);
—
> $(”#TB_window”).append(”"+caption+”close” + TB_PrevHTML + TB_NextHTML + ““);
201c190
“+caption+”close” + TB_PrevHTML + TB_NextHTML + “”);
—
> $(”#TB_window”).append(”close” + TB_PrevHTML + TB_NextHTML + “”);
228c217,218
TB_VisibleSelects = $(”select:visible”);
> TB_VisibleSelects.toggle();
307c297
TB_VisibleSelects.toggle();
315c305
TB_VisibleSelects.toggle();
322d311
}
thanks a lot