Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #29086

Re: references to DOM parts

From Aleksandro <aleksandro@gmx.com>
Newsgroups comp.lang.javascript
Subject Re: references to DOM parts
Date 2016-01-01 02:56 -0300
Organization A noiseless patient Spider
Message-ID <n654a6$d2d$1@dont-email.me> (permalink)
References (3 earlier) <ujxqdr50bbzz.hihpzuog4tj6.dlg@40tude.net> <n63lbk$kss$1@dont-email.me> <XnsA581C4A8C44BAeejj99@194.109.6.166> <n63snt$nrq$1@dont-email.me> <4457635.ebrsGVpr3F@PointedEars.de>

Show all headers | View raw


On 31/12/15 23:32, Thomas 'PointedEars' Lahn wrote:
> Aleksandro wrote:
> 
>> On 31/12/15 15:19, Evertjan. wrote:
>>> Aleksandro <aleksandro@gmx.com> wrote on 31 Dec 2015 in
>>> comp.lang.javascript:
>>>> On 31/12/15 11:15, JJ wrote:
>>>>> It's like assigning a variable to the return value of removeChild()
>>>>> then re-insert the node into the document later using appendChild() or
>>>>> insertBefore(). Without saving a reference to the removed node, the
>>>>> node would be a garbage.
>           ^^^^^^^^^^^^^^^^^^
> What is that supposed to mean?
> 
>>>> I think would apply the same rules as to any Javascript object.
> 
> Which would be, and where would you look it up?
> 
>>> Is the Javascript-object garbage-collection the same as the
>>> DOM-tree-element one?
> 
> _element node_ in the _document_ tree, and no.
>  
>> DOM elements are normal Javascript objects, or should be.
> 
> Nonsense.
> 
>> Someone confirm please.
> 
> There is no “Javascript”, so there are no “Javascript objects” and no 
> “Javascript-object garbage-collection” and so on.
> 
> Please get the basics right before you post, and use the correct terminology 
> when you post.  There is enough nonsense about this topic on the Net 
> already.

Hello, you are kindly invited to come get off from your little arrogance
buble for a bit so you can actually explain things to all the (in your
sole opinion) misinformed.

Regards.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: references to DOM parts JJ <jj4public@vfemail.net> - 2015-12-31 11:47 +0700
  Re: references to DOM parts "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2015-12-31 11:11 +0100
    Re: references to DOM parts JJ <jj4public@vfemail.net> - 2015-12-31 21:15 +0700
      Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2015-12-31 13:35 -0300
        Re: references to DOM parts "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2015-12-31 19:19 +0100
          Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2015-12-31 15:41 -0300
            Re: references to DOM parts Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2015-12-31 21:23 -0200
            Re: references to DOM parts JJ <jj4public@vfemail.net> - 2016-01-01 06:54 +0700
              Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-01 03:36 +0100
                Re: references to DOM parts Andrew Poulos <ap_prog@hotmail.com> - 2016-01-01 17:30 +1100
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-01 10:31 +0100
                Re: references to DOM parts "J.R." <groups_jr-1@yahoo.com.br> - 2016-01-03 00:37 -0800
                Re: references to DOM parts Andrew Poulos <ap_prog@hotmail.com> - 2016-01-03 20:10 +1100
                Re: references to DOM parts Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2016-01-03 03:32 -0800
                Re: references to DOM parts Mark - <nonemail@spamspamapam.net> - 2016-01-03 14:36 +0000
                Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2016-01-03 16:55 -0300
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-03 23:47 +0100
                Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2016-01-03 20:51 -0300
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-04 02:42 +0100
                Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2016-01-03 23:13 -0300
                Re: references to DOM parts Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2016-01-04 09:07 -0200
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-04 22:17 +0100
                Re: references to DOM parts Stefan Weiss <krewecherl@gmail.com> - 2016-01-05 15:36 +0100
                Re: references to DOM parts "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-01-05 16:19 +0100
                Re: references to DOM parts Tim Streater <timstreater@greenbee.net> - 2016-01-05 18:09 +0000
                Re: references to DOM parts "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-01-05 20:13 +0100
                Re: references to DOM parts Stefan Weiss <krewecherl@gmail.com> - 2016-01-07 14:02 +0100
                Re: references to DOM parts "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-01-07 16:50 +0100
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-07 18:41 +0100
                Re: references to DOM parts John Harris <niam@jghnorth.org.uk.invalid> - 2016-01-07 18:12 +0000
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-07 20:18 +0100
                Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2016-01-07 18:22 -0300
                Re: references to DOM parts John Harris <niam@jghnorth.org.uk.invalid> - 2016-01-08 10:08 +0000
                Re: references to DOM parts Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2016-01-07 18:03 -0800
                Re: references to DOM parts Dr J R Stockton <reply1600@merlyn.demon.co.uk.invalid> - 2016-01-04 21:00 +0000
                Re: references to DOM parts "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-01-04 16:45 -0800
            Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-01 03:32 +0100
              Re: references to DOM parts Aleksandro <aleksandro@gmx.com> - 2016-01-01 02:56 -0300
              Re: references to DOM parts Luuk <luuk@invalid.lan> - 2016-01-03 16:56 +0100
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-03 17:25 +0100
                Re: references to DOM parts Luuk <luuk@invalid.lan> - 2016-01-03 18:19 +0100
                Re: references to DOM parts Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-03 23:23 +0100
                Re: references to DOM parts Tim Streater <timstreater@greenbee.net> - 2016-01-03 22:28 +0000
                Re: references to DOM parts Joao Rodrigues <groups_jr-1@yahoo.com.br> - 2016-01-04 09:09 -0200

csiph-web