Описание
() BNRB1530 PocketBook Pro 602, Pro 603, Pro 612, Pro 902, Pro 903, Pro 912, Pro 920. : Li-ion (V): 3.7 (mAh): 1100 (Wh): 4.07 (): 65.80 x 53.70 x 4.80 (.): 12 : : Cameron Sino: . Barnes &NobleNookWi-Fi,.:98755219BS11GTFF10B3BNRB1530BNRB454261BNRZ1000:...$(document).ready(function(){varloadData=function(config){vargrid; var columns = [ {id: "title", name: "Title", field: "title"}, ]; var options = { enableCellNavigation: false, enableColumnReorder: false, showHeaderRow: false , headerHeight: 0 , headerRowHeight: 25, rowHeight : 15, fullWidthRows: true , forceSyncScrolling : true }; $.ajax({ type: 'POST', url: '/product_compatible_ajax.php', data:{ offset : config['offset'], limit: config['limit'], products_id : 7730, key_ajax: '2c8a6a43f05549dceac5e42e6142b5e6' }, beforeSend: function(){ $('#compatible_loader, #compatible_loader_text').show(); }, complete: function(){ $('#compatible_loader, #compatible_loader_text').hide(); }, success: function (json, textStatus) { var arr = JSON.parse(json); var data = []; for (var i=0; i< arr.length; i++) { data[i] = { title: arr[i] }; } grid = new Slick.Grid(config['target'], data, columns, options); } }); } $(document).on("click", '#linkShow', function(e){ var compatible_offset = 500; var compatible_limit = 100000; var counter = 0; var CONST_TITLE_SHOW_LIST = ' '; var title = ($(this).text() == CONST_TITLE_SHOW_LIST ? '' : CONST_TITLE_SHOW_LIST); $('#compatible_inner_addition').innerHtml = ''; $('#compatible_content').toggle(); loadData({offset:0, limit: compatible_limit, target: '#compatible_content'}); $(this).text(title); e.preventDefault(); return false; }); });