sudo brew services start mongodb
brew services list
topBlock1 <= 40 < topBlock2
$(this).animateNumber({
number: value,
easing: 'easeOutQuad',
//numberStep: space_separator_number_step
},
1500,
function () {
alert('что дальше?');
}
);
!$('.dataBlock').is(event.target)
var substringMatcher = function (strs) {
return function findMatches(q, cb) {
var matches, substrRegex;
substrRegex = new RegExp(q, 'i');
matches = strs.map(function (str) {
return {pos: str.search(substrRegex), str: str};
}).filter(function (a) {
return a.pos > 0;
}).sort(function (a, b) {
return a.pos > b.pos;
}).map(function (a) {
return a.str;
});
cb(matches);
};
};