Iraq’s parliament voted to expel U.S. troops
–“The Wall Street Journal”
// 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(); }
});
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…
Rudaw channel interview with Rabee Securities Head of Traders during Rawanga Foras Rudaw channel interview with Rabee Securities Head of Traders (Tamara Hussein) during Rawanga Foras job fair in Erbil, The interview was to know more about the Iraqi Stock Exchange market and what is the number of listed companies and the conditions of…
Shwan Taha, Chairman and Owner of Iraq’s biggest brokerage, joins BNN to discuss Rabee Securities — a firm that handles more than 80% of the Iraq Stock Exchanges foreign share transactions. –“Bnn TV“
–“American University of Iraq, Sulaimani”