يحي قلاش المرشح لمنصب نقيب الصحفيين محمد سليمان – محمد محروس أكد يحي قلاش المرشح علي منصب نقيب الصحفيين، أن قوانين النقابة تحتاج ل… يحي قلاش المرشح لمنصب نقيب الصحفيين محمد سليمان – محمد محروس أكد يحي قلاش المرشح علي منصب نقيب الصحفيين، أن قوانين النقابة تحتاج لتغيير جذري حتى تواكب المتغيرات التي طرأت علي المجتمع عقب اندلاع ثورة 25 يناير، حيث إن القوانين المنظمة لعمل نقابة الصحفيين، ساهمت كثيرا في تغيب الصحفيين عن المشهد العام طوال الفترة الماضية. وأضاف قلاش في تصريحات خاصة لـ”بوابة الشروق”، أن هناك دورًا وطنيًا مناط بنقابة الصحفيين القيام به لتصحيح الأوضاع السياسية، والمساهمة في وضع الدستور الجديد للبلاد . في سياق متصل، ينتظر جموع الصحفيين الذين توافدوا منذ الصباح الباكر إلى نقابة الصحفيين، اكتمال النصاب القانوني للجمعية العمومية حتى يتمكنوا من التصويت لاختيار نقيبًا يمثلهم و12 عضوا لمجلس النقابة. تابع المزيد من الشروق على فيسبوك يوتيوب ‘ + 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’); } }); }); }