[jQuery] Re: Accessing generated (= by a jQuery function) links

2009-06-04 Thread madhatter
or (i = 1; i <= bdaten.serienlaenge; i++) { if (i != bdaten.bildnr) { listentext += '\n\t' + i + ''; } else { listentext += '\n\t' + i + ''; } } listentext += "\n"; $('#liste').html(listentext); $('#einbild').html(''); $('#bildtext').html(bdaten.text[0]); $('#bilder a').click(function (evt) { bildrueckgabe($(this), evt); }); // $('#bilder a').bind } // Ende der Funktion zeigeBild // end of code Sorry for the delay and the admittedly silly mistake... Best regards, Henning aka madhatter

[jQuery] Accessing generated (= by a jQuery function) links

2009-06-01 Thread madhatter
. Has anyone an idea whether this is due to jQuery's inner workings? Best regards, Henning aka Madhatter ;-)