شاهد… السلطات التونسية تمنع طائرة عراقية من الإقلاع!
ga(‘send’, ‘event’, ‘JW Player News Detail setup Error’, ‘Errors’, event.message);
ga(‘send’, ‘event’, ‘JW Player News Detail setup Error Solved’, ‘Errors’, ‘JW Player setup Error Solved by Changing to link – error: ‘ + event.message);
});
jwplayer().on(‘error’, function (event) {
ga(‘send’, ‘event’, ‘JW Player News Detail common Error’, ‘Errors’, event.message);
$(‘.playercontainer’).addClass(“notsupport”);
$(‘.playercontainer’).html(“
ga(‘send’, ‘event’, ‘JW Player News Detail common Error Solved’, ‘Errors’, ‘JW Player common Error Solved by Changing to link – error: ‘ + event.message);
});
$(function () {
$(document).click(‘.playercontainer’, function (e) {
if (e.shiftKey) {
var link = document.createElement(‘a’);
link.href = $(‘#jwplayerposter’).attr(‘value’).toString().split(‘/news/image/855×495/’).join(‘/news/image/original/’).split(‘/uploads/855×495/’).join(‘/uploads/org/’).split(‘https://service.alalamtv.net/videothumb/index.php?f=’).join(”);
link.download = ‘download.jpg’;
document.body.appendChild(link);
link.click();
link.remove();
}
});
});
منعت سلطات امن مطار تونس “قرطاج الدولي”، طائرة عراقية من الاقلاع من المطار بسبب الديون المترتبة على الخطوط الجوية العراقية.
وكان من المفترض ان تقلع الطائرة في تمام الساعة الرابعة فجراً (الخامسة بتوقيت بغداد) من مطار تونس، لكن الطائرة لم تقلع حتى الان.
واضطر المسافرون الى افتراش ارض المطار، منذ الساعة الواحدة فجراً وحتى الان.
وقال احد المسافرين إنه “تحدثنا مع امن المطار قبل قليل، وابلغنا سبب عدم إقلاع الطائرة هوامتناع تسديد الديون المترتبة بذمة الخطوط الجوية العراقية إلى الجانب التونسي”.
“);
else {
//console.log(data[i].id);
$(‘.comment_box’).attr(‘data-id’,data[i].id);
id_comment = data[i].id;
}
});
}
});
(function (d) {
d.fn.shake = function (a) {
“function” === typeof a && (a = { callback: a }); a = d.extend({ direction: “left”, distance: 20, times: 3, speed: 140, easing: “swing” }, a); return this.each(function () {
var b = d(this), k = { position: b.css(“position”), top: b.css(“top”), bottom: b.css(“bottom”), left: b.css(“left”), right: b.css(“right”) }; b.css(“position”, “relative”); var c = “up” == a.direction || “down” == a.direction ? “top” : “left”, e = “up” == a.direction || “left” == a.direction ? “pos” : “neg”, f = {}, g = {}, h = {}; f[c] = (“pos” == e ? “-=” : “+=”) + a.distance; g[c] =
(“pos” == e ? “+=” : “-=”) + 2 * a.distance; h[c] = (“pos” == e ? “-=” : “+=”) + 2 * a.distance; b.animate(f, a.speed, a.easing); for (c = 1; c 0) {
$.ajax({
type: “POST”,
url: “//api.alalamtv.net/service/modules/comment/ajax.php”,
data: { id: $(‘.comment_box’).attr(‘data-id’), name: $(“#txtname”).val(), email: $(“#Textemail”).val(), token: $(“.token”).text(), txt: $(“#txtmessage”).val(), siteid: 2, tableid: 0, parentid: 0, url: (“”) },
success: function (res) {
$(‘#AddCommentResult’).show();
$(‘#cmtSection’).hide();
//alert(res);
},
error: function (xhr, ajaxOptions, thrownError) {
//alert(‘message not sent’);
alert(JSON.stringify(xhr)+”-“+ajaxOptions+”-“+thrownError);
}
});
}
else { $(“#txtmessage”).css({ “border-color”: “red” }); }
});
});
(function ($) {
$.fn.extend({
limiter: function (limit, elem) {
$(this).on(“keyup focus”, function () {
setCount(this, elem);
});
function setCount(src, elem) {
var chars = src.value.length;
if (chars > limit) {
src.value = src.value.substr(0, limit);
chars = limit;
}
elem.html(limit – chars);
}
setCount($(this)[0], elem);
}
});
})(jQuery);