this.bindNode( 'x', 'input.my-node' ); this.on( 'change:x', function() { alert( this.x ); }); this.x = 'Wow!';
bindElement
because of its long name (11 characters) was renamed to bindNode (8 characters). .
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .
, . , HTML5 cache . , , .
, :) Ctrl+Enter. .
, , Google Forms, .
(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .
β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,
. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
.
this.bindNode( 'x', '.my-input' );
for..of
Matreshka.Array Matreshka.Object . Internet Explorer (, Babel ), , ECMAScript 6.
for(let item of this) { ... }
__this__
sandbox
. , , ββ.
this.bindNode( 'sandbox', '.app' );
':sandbox'.
, .
this.bindNode( 'x', this.select( '.my-x-node' ) );
:
this.bindNode( 'x', ':sandbox .my-x-node' );
':bound(KEY)'
. , . :
// Vanilla this.bindNode( 'y', this.bound( 'x' ).querySelector( '.my-y-node' ) );
:
// jQuery this.bindNode( 'y', this.$bound( 'x' ).find( '.my-y-node' ) );
:
this.bindNode( 'y', ':bound(x) .my-y-node' );
Matreshka.Array Array
. push
unshift
, , Array.prototype
. , - forEach
. ββ undefined
.
Matreshka.Array
. - .
Array
, .
// this.push( 1, 2, 3 );
, Array.prototype
_ . , .
this.on( 'modify', function( evt ) { console.log( evt.customData ); }); this.push_( 1, 2, 3, { customData: 42 });
, , silent: true
.
this.push_( 1, 2, 3, { silent: true });
, silentPush, silentPop, silentSplice
β¦ - .
Babel . , , Babel. , for..of
, , ECMAScript 6 ( , Github), Class , .
. Internet Explorer 8, Class
. , - .
, IE8. , ββ .
.
, . , , , . , itemRenderer , ( ).
, , , .
?
, , , . : , , , ... .
:
. , - . , linkProps , , , .

, . , HTML5 cache . , , .

, :) Ctrl+Enter. .
, , Google Forms, .

(, , ) β β, Muut Comments (, ). Github, .
Disqus , , , Facebook Comments . , , .
Disqus , , . , . Disquss, ( , - ). , , , , Disquss . , , .
Facebook Comments, , . -- ; ; , ; β¦ : . Facebook Comments (!). , Google Forms . . - .

β¦ ? ?
, β¦
IntenseDebate
. . , .
Cackle
500 /. , . . . - ββ.
SolidOpinion
. .
, ( ) Muut. , , ( ). - . , Muut. , ( , ). , , , . , . , , .
? *
* , ,

. , : , . ( β β β β), .
""
CSS Materialize . , DOM, ( ), , CSS . , (, ) . Materialize, , .
js . .jsdoc IDE . TodoMVC , . . CDN: cdnjs jsdelivr ( CDN , jimaek ).
designiac , Rendol , , .
. .
. .
Source: https://habr.com/ru/post/253909/
All Articles