Kinh nghiệm 9 năn sản xuất thực phẩm | Chân giò muối xông khói
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: SEOImages
Filename: includes/header.php
Line Number: 15
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: SEOImages
Filename: includes/header.php
Line Number: 15
">
Việt Tiệp Foods
Địa chỉ : Số 6 Ngõ 232 Yên Hoà, Cầu Giấy, Hà Nội.
Hotline 1 : 0934.270.777 - Anh Tiệp
Hotline 2 : 085.249.9999 - Anh Tiệp
Bạn có thể xem thêm: Chân giò muối xông khói / Gà muối xông khói / Bắp bò muối xông khói
Tư vấn bán hàng
Mr Quân
Sđt: 0784659999
Email: nguyendangphuc25@gmail.com
Skype: phuc.nguyendang
$(document).ready(function() {
var jQuerywindow = $(window);
var windowHeight = jQuerywindow.height();
if ($('#top-menu')) {
$(document).bind("scroll", function(){
if( $(window).scrollTop() >= windowHeight /8.5) {
$('#top-menu').addClass('topbar');
} else {
$('#top-menu').removeClass('topbar');
}
})
};
});
$(window).load(function() {
equalheight('.thumbnail.products');
equalheight('.catesameheight1');
equalheight('.catesameheight2');
equalheight('.catesameheight3');
equalheight('.catesameheight4');
equalheight('.catesameheight5');
equalheight('.catesameheight6');
equalheight('.catesameheight7');
equalheight('.catesameheight8');
equalheight('.catesameheight9');
equalheight('.catesameheight10');
});
$(window).resize(function(){
equalheight('.thumbnail.products');
equalheight('.catesameheight1');
equalheight('.catesameheight2');
equalheight('.catesameheight3');
equalheight('.catesameheight4');
equalheight('.catesameheight5');
equalheight('.catesameheight6');
equalheight('.catesameheight7');
equalheight('.catesameheight8');
equalheight('.catesameheight9');
equalheight('.catesameheight10');
});
$(window).scroll(function () {
if ($(this).scrollTop() >= 150) {
$('#menu_bg').css({"position" : "fixed","top": "0"});
} else {
$('#menu_bg').css({"position" : "relative","top": "auto"});
}
});
$('#menu ul > li').hover(function () {
$(this).children('ul').stop(true, true).delay(200).fadeIn(500);
}, function () {
$(this).children('ul').stop(true, true).fadeOut(500);
});
$('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) {
event.preventDefault();
event.stopPropagation();
$(this).parent().siblings().removeClass('open');
$(this).parent().toggleClass('open');
});
$('.scrollfix').scrollFix({fixTop:40});
if ($(window).scrollTop() != "0")
$("#go_top").fadeIn("slow");
var scrollDiv = $("#go_top");
$(window).scroll(function () {
if ($(window).scrollTop() == "0")
$(scrollDiv).fadeOut("slow")
else
$(scrollDiv).fadeIn("slow")
});
$("#go_top").click(function () {
$("html, body").animate({
scrollTop: 0
}, "slow")
});