Hallo,
also ich füge mit
ans eine ein div hinzu, was auch wunderbar klappt.
wenn ich dann
veruche passiert nix weil die id nicht gefunden wird.
binde ich das ganze zwei mal ein dann klappt das ganze.
Es scheint so als sei die ID nicht vorhenden obwohl sie im Quellcode angezeigt wird.
ich hoff mal jemand hat ne idee dazu.
also ich füge mit
Code:
$('body').append('<div id="wraper"></div>');
wenn ich dann
Code:
$('#wraper').css({'top':10, 'left':10});
binde ich das ganze zwei mal ein dann klappt das ganze.
Es scheint so als sei die ID nicht vorhenden obwohl sie im Quellcode angezeigt wird.
ich hoff mal jemand hat ne idee dazu.