Humoras, aforizmai
-
Pagrindinis
-
Naujos knygos
-
Grožinė literatūra
-
Humoras, aforizmai
Lietuvos įdomybės - Granauskas Romualdas
1.0000..
57404
Senelio Pinelio svajonė - Aidas Kelionis
3.0000..
34323
Totorių liaudies dainos / N-18 - Mirkalas Asepas
Prisėdau ant suoliukoIr prilipoMan šlapias lapasTiesiais prie šiknos.Tada ir supratau,Kad vėl ruduo ..
11836
';
// }
// // item__detailsWrapper
// var description = $(element).find('.item__detailsWrapper').html();
// if (description != null) {
// html += '
' + description + '
';
// }
// // item__buttonsWrapper
// var buttons = $(element).find('.item__buttonsWrapper').html();
// if (buttons != null) {
// html += '
' + buttons + '
';
// }
//
// html += '
';
// $(element).hide(0, function() {
// $(element).html(html).fadeIn(400);
// });
// });
// // Format product filter box
// $('.filter__displayType').html('
');
// // Make grid default view
// $.cookie('display', 'list');
// } else {
// $('.items__list').attr('class', 'items__grid items__grid--products ');
// var loop = 1;
// $('.items__grid.items__grid--products > div.itemWrapper').each(function(index, element) {
// $(element).removeClass();
// $(element).addClass('itemWrapper mgrid2 tgrid3 grid4 itemWrapper--spacing');
// html = '
';
// // item__imageWrapper
// var image = $(element).find('.item__imageWrapper').html();
// if (image != null) {
// html += '
' + image + '
';
// }
// // item__detailsWrapper
// var description = $(element).find('.item__detailsWrapper').html();
// if (description != null) {
// html += '
' + description + '
';
// }
// // item__buttonsWrapper
// var buttons = $(element).find('.item__buttonsWrapper').html();
// if (buttons != null) {
// html += '
' + buttons + '
';
// }
//
// html += '
';
// if ((loop % 2) == 0) {
// html += '
';
// }
// if ((loop % 3) == 0) {
// html += '
';
// }
// if ((loop % 4) == 0) {
// html += '
';
// }
// loop++;
// $(element).hide(0, function() {
// $(element).html(html).fadeIn(400);
// });
// // $(element).html(html).fadeIn();
// });
// // Format product filter box with JS
// $('.filter__displayType').html('
');
// // Make grid default view
// $.cookie('display', 'grid');
// }
// }
// view = $.cookie('display');
// if (view) {
// display(view);
// } else {
// // display('grid');
// // }
//-->