تصوير: إيمان هلال باهي حسن دعا ائتلاف شباب الثورة المواطنين للخروج الجمعة القادمة للتظاهر بميدان التحرير في جمعة “… تصوير: إيمان هلال باهي حسن دعا ائتلاف شباب الثورة المواطنين للخروج الجمعة القادمة للتظاهر بميدان التحرير في جمعة “الدفاع عن الثورة”، رافعا عدة مطالب تتمثل في وقف تام لإحالة المدنيين للمحاكمات العسكرية، وكذلك إصدار قانون العزل السياسي لمنع ترشيح أعضاء الوطني في الانتخابات المقبلة، وإلغاء العمل بقانون الطوارئ. وأتهم الائتلاف في بيان صدر عنه اليوم المجلس العسكري بأنه يضرب بأحلام وطموحات شباب الثورة عرض الحائط. كما أعلن عن تنظيم مسيرة لمبني الإذاعة والتليفزيون”ماسبيرو” احتجاجا علي ذبح الأقباط بدم بارد. يأتي ذلك في الوقت الذي دعت فيه 15حركة سياسية والمرشح الرئاسي حازم صلاح أبو إسماعيل للتظاهر الجمعة القادمة بميدان التحرير حفاظا علي الثورة من أجل الضغط للاستجابة لمطالب الشعب. تابع المزيد من الشروق على فيسبوك يوتيوب ‘ + post.Body.replace(“\n”, “”) + ”) //inject into the container .appendTo($(‘#posts’)) }); $(‘.commentsMore’).removeAttr(“disabled”); $(”) .addClass(‘clear’) .appendTo($(‘#posts’)) }; //first, take care of the “load more” //when someone clicks on the “load more” DIV var PageSize = parseInt(‘0’); var loadMore = $(‘.commentsMore’); loadMore.unbind(“click”); //load event / ajax loadMore.click(function () { //add the activate class and change the message loadMore.addClass(‘activate’).text(msgLoad); loadMore.attr(“disabled”, “true”); //begin the ajax attempt $.ajax({ url: ‘/_Services/ContentCommentService.asmx/GetComments’, type: ‘Post’, dataType: ‘json’, data: “{‘start’: ‘” + start + “‘,’commentsCount’:'” + PageSize + “‘,’contentId’:'” + ContentId + “‘,’orderDescending’:'” + OrderDescending + “‘,’contentType’:'” + ContentType + “‘,’commentOrderBy’:'” + CommentOrderBy + “‘}”, contentType: “application/json; charset=utf-8”, cache: false, success: function (responseJSON) { //reset the message loadMore.text(msgCMore); //increment the current status start = start + parseInt(PageSize) > parseInt(‘0’) ? parseInt(‘0’) : start + parseInt(PageSize); //add in the new posts postHandler(responseJSON.d); }, //failure class error: function (jqXHR, textStatus, errorThrown) { alert(“Error- Status: ” + textStatus + ” jqXHR Status: ” + jqXHR.status + ” jqXHR Response Text:” + jqXHR.responseText) }, //complete event complete: function () { //remove the spinner loadMore.removeClass(‘activate’); } }); }); }