$(document).ready(function() { if($(window).width() >= 980) { //$("#pages_list").superfish(); } // Add pdf icons to pdf links $(".download_item_box>a[href$='.pdf']").addClass("download_item_ident_pdf"); $(".download_item_box>a[href$='.PDF']").addClass("download_item_ident_pdf"); $(".download_item_box>a[href$='.doc']").addClass("download_item_ident_doc"); $(".download_item_box>a[href$='.mp3']").addClass("download_item_ident"); $("a[href$='.flv']").addClass("download_item_ident"); $(".play_flv_link").click(function() { $("#flv_player_box").fadeIn(); $("#flv_player_box_headline").html($("#"+this.id).attr("title")); jwplayer("flv_player_box_c").setup({ flashplayer: "https://www.toxy.de/kabimba/addons/longtailvideo/player.swf", file: "https://www.toxy.de/photos/"+$("#"+this.id).attr("alt"), repeat: "always", width: 320, height: 280, lightcolor: "#000", screencolor: "#000", autostart: true, allowfullscreen: false }); }); $(".close_flvplayer").click(function() { $("#flv_player_box").fadeOut("fast"); }); }); $(function() { $('.lightbox_item').lightBox(); // Select all links that contains lightbox in the attribute rel });