what is this.parentElement?
Posted
by user295189
on Stack Overflow
See other posts from Stack Overflow
or by user295189
Published on 2010-05-24T18:15:30Z
Indexed on
2010/05/24
18:31 UTC
Read the original article
Hit count: 378
JavaScript
|javascript-events
pg.myfunc = function(){
var i = 1, j = 2;
this.selected = 1;
xx.newObject = this.parentElement;
.....
....
what is xx.newObject = this.parentElement;
doing?
thanks
© Stack Overflow or respective owner