كيف يكون قصر الصلاة في الحج؟.

قالت الدكتورة وسام الخولي ، أمينة الفتوى بدار الإفتاء المص debate توفرت شروط السفر التي تبيح الرخة ، كبلوغ المسافة ، وألا يكون السفر لمعصية ، وألا تنوي الإقامة أربعة أيام فيام يومي الدخول والخروج.

وقالت أمينة الفتوى بدار الإفتاء المصرية ، خلال حوار مع الإعلامية سالي ، برنامج ” الناس ، اليوم الأحد: “قصر الصلاة هي هة للمسافر بضوابط ، فأنا لو سفري بلغ مدة القصر ، وكان مباح مباح ميرصيةةية مية ميigh وتوفرت الشروط اللي يجوز فيها الجمع والقصر ، أنا في الحالة يجوز لي أني أجمع وأقصر ، كذلك بالنسبة ، للحاج ، قياج ق قيb إنه مسافر ، فهو له له رخة زي المسافر بالضبط إنه يقصر الصلاة أثناء الحج ”.

وتابعت: “بعض العلماء كمان قالوا إن في حال أداء المناسك ممكن نعمل بمذهب الحنفي thoughts يُعد سفر ، فلو خرجت من البلي أنا مقيمة فيها ، ورحت أؤدي مناسك ا و ومفيش عندي إقامة ، فهن مكن الصلاة ، حتى لو المسافة مش بعيدة قوي ، بناء على هذا القول “.

وحول المرأة التي تؤدي فريضة الحج هذا هذا العام أوضحت: “يجوز إنها تقصر الصلاة لوdu توفرت الشروط: يعني أنا inst تجاوزت مسافة القصر ، وطبعًا الحج ده مباح ، فهيجوز إننا نقص debate اللي هي أربعة أيام غير يومي الدخول والخروج ، ففي الحالة دي أقصر في المدي “.

feature replaceOembeds() {
var allEmbeds = file.getElementsByTagName(“OEMBED”);

whereas (allEmbeds.length != 0) {
replaceOembedWithHtml(allEmbeds(0), extractLinkFromOembed(allEmbeds(0)));
allEmbeds = file.getElementsByTagName(“OEMBED”);
}

runYoutubeLazyLoad();
// loadfbApi();
}

feature replaceOembedWithHtml(component, sourceData) {
if (sourceData.provide.toLowerCase() === “youtube”) {
var html=”

” +

‘ +

‘ +

‘ +
‘ +

‘ +

‘;

replaceElementWithHtml(component, html);
} else if (sourceData.provide.toLowerCase() === “instagram”) {
var html=”

‘;

replaceElementWithHtml(component, html);
} else if (sourceData.provide.toLowerCase() === “twitter”) {
var html=”

‘;
replaceElementWithHtml(component, html);
} else if (sourceData.provide.toLowerCase() === “fb”) {
var html=”


replaceElementWithHtml(component, html);
} else {
replaceElementWithHtml(component, “”);
}

}

feature extractLinkFromOembed(component) {
return getUrlSource(component.getAttribute(“url”));
}

feature getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/peep?v=|.be/)((w-_)*)(&(amp;)?‌​(w?‌​=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/residing(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.fb.com.*/(video(s)?|peep|story|posts)(.php?|/).+$/;

if (ytRegex.test(url)) {
return {
provide: “Youtube”,
url: url,
id: ytRegex.exec(url)(1)
};
}

if (instaRegex.test(url)) {
return {
provide: “Instagram”,
url: url,
id: instaRegex.exec(url)(3)
};
}

if (twitterRegex.test(url)) {
return {
provide: “Twitter”,
url: url,
id: twitterRegex.exec(url)(1)
};
}

if (fbRegex.test(url)) {
return {
provide: “Facebook”,
url: url,
id: fbRegex.exec(url)(1)
};

}

return {
provide: “Unknown”,
url: url,
id: “”
};
}

feature replaceElementWithHtml(component, html) {
var str = html;
var Obj = component; //any component to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it is easy substitute of complete component with contents of str var
} else { //if outerHTML isn’t supported, there might be a outlandish but crossbrowsered trick
var tmpObj = file.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, component determine on to be parented
ObjParent.replaceChild(tmpObj, Obj); //right here we putting our brief files as a substitute of our target, so we are in a position to hunt out it then and substitute it into whatever we determine on to interchange to
ObjParent.innerHTML = ObjParent.innerHTML.substitute(‘

‘, str);
}
}
feature loadfbApi() {
var js = file.createElement(‘script’);
js.src=”
file.physique.appendChild(js);
}
feature runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = file.querySelectorAll(“.youtube”);

for (var i = 0; i < youtube.length; i++) { var provide = "https://img.youtube.com/vi/" + youtube(i).dataset.embed + "http://192.168.2.55/0.jpg"; var image = fresh Image(); image.src = "https://www.masrtimes.com/themes/masr/property/photography/no.jpg"; image.classList.add('lazyload'); image.setAttribute("files-src", provide); image.setAttribute("alt", "youtube"); image.addEventListener("load", feature () { youtube(i).appendChild(image); }(i)); youtube(i).addEventListener("click on", feature () { var iframe = file.createElement("iframe"); iframe.setAttribute("frameborder", "0"); iframe.setAttribute("allowfullscreen", ""); iframe.setAttribute("src", "https://www.youtube.com/embed/" + this.dataset .embed + "?rel=0&showinfo=0&autoplay=1"); this.innerHTML = ""; this.appendChild(iframe); }); }; }

Source link