npm install <tarball file>
npm install <folder>
$('#example').popover({
html: true
});
<button data-html="true" ...>...</button>
var color = '#' + Math.random().toString(16).substring(2, 8);
fs.readFile
foo:
в этом контексте это метка https://developer.mozilla.org/ru/docs/Web/JavaScri... this.val
, то в качестве контекста у нее будет глобальный объект (window в браузере). Чтобы это исправить, применяют такую конструкциюvar that = this;
obj.on('...' , function(/*args*/) {
that.var(/*args*/);
});
//либо тоже самое короче
obj.on('...', this.var.bind(this));
obj1.prototype.f1= function(){
var _that = this;
requester = zmq.socket('req');
requester.connect(config.handshakeSocket);
requester.on('message', function(data){
// _that == obj1
_that.f2();
}
}
obj1.prototype.f2= function(){
}
strA instanceof Object; //false
var strC = new String('abc');
strC instanceof String; //true
margin-top: -16%
(высота зеленого блока)