Описание
() RE03XL HP ProBook 430 G6, 440 G6, 445 G6, 450 G6, 455 G6, 455R G6, 450 G7. : Li-polymer (V): 11.55 (mAh): 3500 (Wh): 40.4 (): 184.70 x 101.70 x 5.50 (.): 12 : : Cameron Sino: : HSTNN-0B1C HSTNN-DB9A HSTNN-DB9R HSTNN-OB1C HSTNN-OB1Q HSTNN-UB7R L32407-2B1 L32407-2C1 L32407-2C2 L32407-541 L32407-AC1 L32656-002 L32656-005 L83685-271 L83685-AC1 L84354-005 RE03XL RF03045XL RF03XL : ... $(document).ready(function(){ var loadData = function(config) { var grid; 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 : 10128, key_ajax: 'ce620362224040d24505000069150061' }, 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; }); });