Hallo nochmal,
eine kleine Modifikation hat die Lösung gebracht:
$("img[alt^='Popup:']").each(function() {
var $this = $(this);
obj.content = $this.attr("src");
$this.fancybox(obj);
});
Dankeschön für Deine Hilfe.
Hallo nochmal,
eine kleine Modifikation hat die Lösung gebracht:
$("img[alt^='Popup:']").each(function() {
var $this = $(this);
obj.content = $this.attr("src");
$this.fancybox(obj);
});
Dankeschön für Deine Hilfe.