KEYDIY New 10 pin remote Universal interface
$(function(){
$('#product_table_bottom .product_table_bottom_title a').click(function(){
var _index = $(this).index();
$('#product_table_bottom .product_table_bottom_title a').removeClass('on');
$(this).addClass('on');
$('#product_table_bottom .product_table_content').hide();
$('#product_table_bottom .product_table_content').eq(_index).show();
})
})
Customer Reviews