source: ether_megapoli/trunk/web/resources/js/slimbox-1.8/src/autoload.js @ 200

Last change on this file since 200 was 200, checked in by vmipsl, 13 years ago

Livraison _ confs + extrations path /resources + visualisation images/bouton

File size: 404 bytes
Line 
1// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
2Slimbox.scanPage = function() {
3        $$("a[rel^=lightbox]").slimbox({/* Put custom options here */}, null, function(el) {
4                return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
5        });
6};
7if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
8        window.addEvent("domready", Slimbox.scanPage);
9}
Note: See TracBrowser for help on using the repository browser.