Revisions : colorbox
A light-weight, customizable lightbox plugin for jQuery 1.3
Les articles publiés sur le site
-
Merge pull request #293 from dstosik/bug/ie8-cleartype-292
19 décembre 2012, par jackmoorem colorbox/jquery.colorbox.js Merge pull request #293 from dstosik/bug/ie8-cleartype-292 [#292] Fix ClearType bug that appears when opening colorbox for the 2nd time on IE8. -
[#292] Fix ClearType bug that appears when opening colorbox for the 2nd time on IE8.
19 décembre 2012, par dstosikm colorbox/jquery.colorbox.js [#292] Fix ClearType bug that appears when opening colorbox for the 2nd time on IE8. The bug was due to the fact that jQuery.support.style is TRUE on IE8, although it was expected to be false. jQuery.support.leadingWhitespace is used instead, as it is false from (...) -
Fixed broken link
11 décembre 2012, par jackmoorem example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html Fixed broken link -
Fixed a problem where positioning didn’t account for scrollbar width.
3 décembre 2012, par jackmoorem colorbox/jquery.colorbox.js Fixed a problem where positioning didn't account for scrollbar width. -
Removed use of $.live().
29 novembre 2012, par jackmoorem colorbox/jquery.colorbox.js Removed use of $.live().