Germanpool德国宝DSR-409BK 说明书
$(function() {
$('#quote_section').hide();
});
$('.price_bg').click(function(){
//var book_id = $(this).parent().data('id');
$.ajax
({
url: '../../all_phpincludes/products/ajax_form.php?actual_url=http://www.germanpool.com.cn/chis/products/ds_dsr.php?mdl=409bk',
data: {lang: "chis", model: "", product_id: "558" },
type: 'post',
success: function(result)
{
$('#quote_section').html(result).slideDown("slow", function() {
});
var md = new MobileDetect(window.navigator.userAgent);
if (md.phone()) {
//$(document).scrollTop( $("#quote_section").offset() );
$('html, body').animate({scrollTop: $('#quote_section').offset().top-40}, 'slow');
}
}
});
});
采用崭新光波管循环烘干技术,能加强臭氧消毒、食具烘干等功能之效率,让清洁更有效。
特大100升餐具贮藏容量,能容纳重量达14公斤之餐具,即使家中碗碟数量繁多,也能轻松处理。
简易按键式面板设计,特设智能开关、独立消毒键及烘干键,一按即能设定消毒及烘干功能,方便快捷。
时尚华丽外型配合标准嵌入式尺寸,适合家用厨房、餐厅、会所及酒店,增添时尚气息。
省位嵌入式设计,体现电器厨柜一体化。
/*
var flag = 0;
$(document).ready(function() {
// Optimalisation: Store the references outside the event handler:
var $window = $(window);
var $pane = $('#pane1');
function checkWidth() {
var windowsize = $window.width();
if (windowsize<= 600 && window.flag == 0) {
$("#banner_section .product_name div").html(function(index, currentHtml) {
return currentHtml.replace('(', '
彻底消毒 环保洁净
贴心设计
光波烘干技术
特大餐具贮藏量
简易按键式多功能控制面板
时尚华丽设计
6大功能
臭氧
紫外线
光波烘干
消毒
门锁保护
组合功能
安装图
(');
});
$("#spec_section h4").html(function(index, currentHtml) {
return currentHtml.replace('(', '
(');
});
window.flag = 1;
console.log("A");
}else if (windowsize>= 600 && window.flag == 1){
$("#banner_section .product_name div").html(function(index, currentHtml) {
return currentHtml.replace('
', '');
});
$("#spec_section h4").html(function(index, currentHtml) {
return currentHtml.replace('
', '');
});
window.flag = 0;
console.log("D");
}
}
// Execute on load
checkWidth();
// Bind event listener
$(window).resize(checkWidth);
});
*/