/*------------------------------------------------ * Shrink Header ------------------------------------------------*/ $(window).on('scroll', function () { var scroll = $(window).scrollTop(); if (scroll >= 110) { $(".sticky-bread").addClass("sticked"); } else { $(".sticky-bread").removeClass("sticked"); } });
$(".icon-share").click(function () { event.preventDefault(); $(".shareArea").addClass("active");
});
$(document).on('click', function (e) { if ($(e.target).closest(".icon-share").length === 0) { $(".shareArea").removeClass('active'); }
if ($(e.target).closest(".dotsAreaContent").length === 0 && $(e.target).closest(".icon-dots").length === 0) { $(".dotsAreaContent").css('visibility', "hidden"); } });
$(".a-plus").click(function () { var sBox = $(".a-plus-inp").attr("data-sBox"); var status = $(".a-plus-inp").attr("data-status");
var currentFont = parseInt($(".a-plus-inp").val()); if (currentFont == 20) { var status = "down"; var sBox = true; } else if (currentFont == 14) { var status = "up"; var sBox = true; }
if (status == "down") { currentFont = parseInt(currentFont - 1); if (currentFont == 14) { var status = "up"; var sBox = true; } } else if (status == "up") { currentFont = parseInt(currentFont + 1); if (currentFont == 20) { var status = "down"; var sBox = true; } $(".a-plus-inp").attr("data-sBox", sBox); $(".a-plus-inp").attr("data-status", status); }
$(".a-plus-inp").val(currentFont);
$("#newsRead .bottom .left .detail p").css("font-size", currentFont); });
Fırında sebze tarifi malzemeleri
- 2 kabak
- 2 havuç
- 2 patates
- 1 soğan
- 2 yumurta
- Yarım demet maydanoz
- Yarım demet dereotu
- 100 gr beyaz peynir
- 100 gr haşlanmış mısır (isteğe bağlı)
- Yarım çay bardağı sıvı yağ
- 5 yemek kaşığı un
- 1 poşet kabartma tozu
- 1 çay kaşığı tuz
- 1 çay kaşığı kırmızı toz biber
- 1/2 (yarım) çay kaşığı karabiber
Yoğurt sosunu hazırlamak için:
- 1,5 su bardağı yoğurt
- 2 yemek kaşığı limon suyu
- 1 diş sarımsak
- tuz
- karabiber
Fırında sebze tarifi nasıl yapılır?
- Kabak, patates ve havuçları rendeleyin ve suyunu elinizle iyice sıkın.
- Diğer tüm sebzeleri ince ince doğrayın ve hepsini ekleyin.
- Un, yumurta, kabartma tozu, baharatlar ve yağı ekleyip iyice karıştırın.
- Tepsiye ya da harcın üzerine yayın ve önceden ısıtılmış 180 derece fırında altın rengi olana kadar pişirin. 45-50 dakika.
- Sos için malzemeleri karıştırıp sebzelerle servis edebilirsiniz. Deneyen herkese bol şans.
Not: Bir kasede karıştırıp yağlı kağıt ile Dion’a da götürebilirsiniz.
Fırında sebzeli gözleme tarifi
function voteComment(comment_id, type) { jQuery(document).ready(function(){ jQuery.ajax({ type:'POST', data:{ action:'voteComment', comment_id:comment_id, like:type }, url: " success: function(value) { if(value == 'true'){ if(type == 'like'){ current_count = $(".likeCount_"+comment_id).html(); current_count1 = parseInt(current_count)+1; $(".likeCount_"+comment_id).html(current_count1); }else{ current_count = $(".dislikeCount_"+comment_id).html(); current_count1 = parseInt(current_count)+1; $(".dislikeCount_"+comment_id).html(current_count1); }
}else{ alert("Bu yorumu daha önce oylamışsınız."); } } }); }); } function reportComment(comment_id) {
var report = prompt("Rapor sebebini belirtiniz."); if(report.length > 3){ jQuery(document).ready(function(){ jQuery.ajax({ type:'POST', data:{ action:'reportComment', comment_id:comment_id, content:report }, url: " success: function(value) { if(value == 'true'){ success_alert("Yorum bildirildi."); }else{ danger_alert("Bu yorumu daha önce raporlamışsınız."); } $(".com-report-button").attr('onclick', 'danger_alert("Üst üste yorum bildiremezsiniz.")'); } }); }); }else { danger_alert("Rapor sebebini lütfen doldurun"); } }
İçerik Tablosu
sonraki haber:
Ada Tarzı Biftek
Diğer gönderilerimize göz at
[wpcin-random-posts]