// портфолио
$('.teasers__wrap').masonry({
itemSelector: '.teasers__item-float',
singleMode: false,
isResizable: true,
isAnimated: true,
animationOptions: {
queue: false,
duration: 500
}
});
var value = '' + 12;
var value = 'б';
if(value.match(/&#/g)) { console.log(value); }
PS нагуглил сайт https://builtwith.angularjs.org, но, по-моему, большинство примеров не имеют особо сложной клиентской логики, что прямо уж так фреймворк нужен.
Веб-приложения. Как правило, наборы гридов с различными фильтрами, выгрузки отчетов в Excel, построение графиков, диаграмм. Но для этих целей хороши DevExpress (для NET разработчиков) или ExtJs.
var request = $.get('common.htm');
request.done(function(response) {
var $response = $(response);
// Вместо $response.find(), возможно, придется использовать $response.filter()
// Это зависит от структуры возвращаемого документа
$('#header').html($response.find('.header').html());
$('#menu').html($response.find('.menu').html());
$('#footer').html($response.find('.footer').html());
});
Dimension size = getSize();
double w = size.getWidth();
double h = size.getHeight();
When you put a word or phrase in quotes, the results will only include pages with the same words in the same order as the ones inside the quotes. Only use this if you're looking for an exact word or phrase, otherwise you'll exclude many helpful results by mistake.
Example: "imagine all the people"
You can use search operators and other punctuation to get more specific search results. Except for the examples below, Google Search usually ignores punctuation.