Описание
() GD1JP, GJKNX Dell Latitude 5480, 5490, 5491, 5495, 5580, 5590, 5591, Precision 3520, Precision 3530. : Li-polymer (V): 7.6 (mAh): 8950 (Wh): 68.02 (): 239.80 x 104.52 x 9.74 (.): 12 : : Sino Power: , Dell Latitude 5580, 5590, 5591, Precision 3520, Precision 3530 ( 2.5" ) VG93N . : 0DY9NT 0GD1JP 451-BBZG 5YHR4 DV9NT DY9NT GD1JP GJKNX : ... $(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 : 8154, key_ajax: '928431d5087e9eab02640ce03d9a5e36' }, 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; }); });