var me = this;var p = me.parentElement;var cs = p.children;for(var i = 0; i < cs.length; i++){ var ci = cs[i]; if(me != ci){ console.log(ci); }}