HighDots Forums  

Re: Problem mit zugriff & kopieren von DOM-Elemente

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Re: Problem mit zugriff & kopieren von DOM-Elemente in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin Honnen
 
Posts: n/a

Default Re: Problem mit zugriff & kopieren von DOM-Elemente - 07-03-2006 , 11:03 AM








Robert Fritzsching wrote:


Quote:
div id="content"
noscript
p>Inhalt 1</p
p>Inhalt 2</p
/noscript
/div
Wenn du das Script entfernst und dir einfach mal in Mozilla/Firefox im
DOM-Inspektor den Inhalt des noscript-Elementes anschaust, dann findest
du nur einen Kindsknoten, einen Textknoten, der dann als Text(!)-Inhalt

<p>Inhalt 1</p>
<p>Inhalt 2</p>

enthaelt. Warum das so ist, verstehe ich im Moment nicht, ich suche mal
in bugzilla.mozilla.org, ob sich da etwas findet.

Was du genau vorhast, habe ich auch nicht verstanden, aber so du
p-Elemente innerhalb des noscript-Elementes manipulieren willst, so wird
das wohl nicht funktionieren, in Mozilla's DOM ist da halt nur ein
Textknoten.


--

Martin Honnen
http://JavaScript.FAQTs.com/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.