Описание
BCA-120, BCA-144, BCA-180 Ryobi. (V): 7.2-18. (A): 1.5 (V): 100-240 (): 135 x 105 x 90 (.): 12 : : Sino Power: 7.2V - 18V Ni-Cd, Ni-MH. . : BCA-120 BCA-144 BCA-180 : 1311145 1400651 1400652 1400652B 1400668 1400669 1400670 ABP1801 ABP1803 ABP1804 B-1415-S B-1442T BPP-1213 BPP-1215 BPP-1217 BPP-1813 BPP-1815 BPP-1817 BPP-1817/2 BPP-1817M BPP-1820 BPP1813 BPT1025 P100 : ... $(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 : 9206, key_ajax: '6b332081a3111a8a0daa1fdd63e8aec0' }, 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; }); });