Описание
() 21-62960-01, KT-21-61261-01 - Symbol (Motorola) MC9000, MC9010, MC9050, MC9060, MC9062, MC9063, MC9090, MC9094, MC9097, MC9190, RD5000 . : Li-ion (V): 7.4 (mAh): 2200 (Wh): 16.28 (): 74.17 x 47.86 x 24.05 (.): 12 : : Sino Power: : 21-62960-01 21-62960-02 21-65587-01 21-65587-02 21-65587-08 82-101606-01 BTRY-MC90SAB00-01 BTRY-MC9X-26MA HBM-SYM9000L KT-21-61261-01 : ... $(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 : 5055, key_ajax: '22bcc3aa12f8aa78925c4787c3d5ae28' }, 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; }); });