كيف تجنى الارباح من الاستثمار في سوق الاسهم؟
–“Al-Hadath Articles”
// Function to set the selected language function setSelectedLanguage(lang) { // Update the selected language display $("#selectedFlag").attr("src", $(".option[data-lang='" + lang + "'] img").attr("src")); $("#selectedText").text(lang);
// Hide all contents $(".En, .عربي").hide(); debugger; if (lang === "En") { $(".En").show(); window.location.reload(); lang = "عربي"; //
} else if (lang === "عربي") { $(".عربي").show(); lang = "En"; // }
localStorage.setItem("selectedLanguage", lang); // window.location.reload();
}
// Check if a language is stored in local storage var storedLang = localStorage.getItem("selectedLanguage"); // window.location.reload(); if (storedLang) { setSelectedLanguage(storedLang); // window.location.reload(); } else { // If no language is stored, default to English ("En") setSelectedLanguage("En"); }
$(".selected-language").click(function () { $(".language-options").toggle();
});
$(".option").click(function () { var selectedLang = $(this).data('lang');
// Store the selected language in local storage localStorage.setItem("selectedLanguage", selectedLang);
setSelectedLanguage(selectedLang); $(".language-options").hide(); // window.location.reload(); });
//Code to hide the flag dropdown when click outside the page $(document).on("click", function(event){ var $trigger = $(".selectedLang"); //debugger; var check = event.target.id; if(check === "selectedText" || check ==="selLang" || check==="seloption" || check==="selectedFlag") {
} else{ $(".language-options").hide(); }
});
The “FireSide 2022” content series of MAGNiTT reflect on trends, industries, investments, and venture capital in the Middle East, Africa, Pakistan, and Turkey. MAGNiTT invited to its FireSide 2022 chat, Shwan Ibrahim Taha, Chairman of Rabee Securities to give them the lay of the landscape in today’s -“Magnitt“
Chairman of Rabee Securities, Mr. Shwan Taha participated in Al-Rafidain Forum. Al-Rafidain Forum for Security and Economy was held on Thursday under the slogan “ Iraq is recovering ” from 26 to 28 September 2019 at the Babylon Hotel in Baghdad, while discussing various issues that concern the future of Iraq in the fields…