clientcide
clientcide copied to clipboard
URIs in Lightbox are overly escaped -- breaks on absolute URIs
In the Lightbox:nextEffect function, the URI is run through JS escape(), which means that the colon in http:// becomes %3A. The URI thus doesn't work when set as a background image. Probably wants encodeURI().
Demo: http://mooshell.net/6cFmm/5/