Cinler alemi: İstihare duası ( istenilen şeyi rüyada görme )

CiNLER Alemi Yeşil Hoca

İstihare duası ( istenilen şeyi rüyada görme )

İstihare duasi Allahumme innî estehîru-ke bi-ilmike ve estakdiruke bi-kudratike ve es'eluke min-fadlike'l-azîm. Fe-inneke takdiru velâ akdiru ve ta'lemu velâ a'lemu ve ente al-lâmu'l-ğuyub. Allahumme in kunte ta'lemu en-ne hâza'l-emra hayrun lî fî-dînî ve meâşî ve akıbeti emri (âcili emıî ve âcilihî) fakdurhu lî ve yessirhu lî summe bârik lî fîh. Ve in kunte ta'lemu enne hâzâ'l-emre şerrun lî fi dînî ve meâşî ve akıbeti emri (âcili emıî ve âcilihî) fasrifhu annî vasrifnî anhu vakdur liye'l-hayra haysu kâne summe ardınî bih.

Hiç yorum yok:

Yorum Gönder

1) return; //selects the element to be made sticky. var stickElement = $('.date-header'), //selects the element which would trigger the sticky elem to go away hideTrigger = $('#comments'), //class name to be added (it should match the class in CSS) fixed = "fixed", top = stickElement.offset().top; $(window).scroll(function (event) { var y = $(this).scrollTop(); var maxY = hideTrigger.offset().top; if (y >= top && y < maxY) { stickElement.addClass(fixed); } else { stickElement.removeClass(fixed); } }); }); //]]>