کد آیفریم :
کد Script :

بچه ها برگشتم بوس بوس

۰۶ خرداد ۱۳۹۶

' clone.prepend(remove_replay); clone.find(".statusComment").parent().remove(); clone.addClass("item_reply"); elm.parents('.item_comm').find('.text').after(clone); elm.parents('.reply_comment').remove(); $("a.reply[data-id='" + comment_id + "']").remove(); }, error: حاجی لند مصطفی برو function (jqXHR, textStatus) { var message = t('Failed to reply comment, Please try again'); switch (jqXHR.status) { case 401: message = t('Please login or register'); break; case 400: var response = JSON.parse(jqXHR.responseText); message = response.message; break; case 500: message = t('Failed to submit'); break; } showNotification({ message: message, status: 'error' }); } }); }); $(document).on('click', '.reply_comment .footer .close', function () { var comment_id = $(this).parent().siblings(".send_t").find('.comment_id').val(); $(this).parents('.reply_comment').remove(); $("a.reply[data-id='" + comment_id + "']").css("display", "block"); }); $(document).on('click', 'a.statusComment', function (event) { event.preventDefault(); var data = { comment_id: $(this).attr('data-id'), status: $(this).attr('data-type'), }; var message_confirm = t('Are you sure?'); if (data.status == 'reject') { message_confirm = t('Are you sure you want to reject this comment?'); } if(!confirm(message_confirm)) return; var elm = $(this); var clone = elm.parents("#comments").clone(true); clone.find('.statusComment').remove(); $.ajax({ url: localeURL('/api/comments/status.json'), method: 'POST', data: data, success: function (response) { if (response.status == 'success') { showNotification({ message: t('Changed successfully'), status: 'success' }); if (data.status == 'approve') { // elm.parents(".comments").find('.statusComment').remove(); // var clone = elm.parents(".comment").clone(true); // clone.find('.statusComment').remove(); // $('#comments_active_panel .content_tab').append(clone); // $('#comments_active_panel .content_tab .emptyList').remove(); } elm.parents(".item_comm").remove(); } }, error: function (jqXHR, textStatus) { var message = t('Failed to reply comment, Please try again'); switch (jqXHR.status) { case 401: message = t('Please login or register'); break; case 400: var response = JSON.parse(jqXHR.responseText); message = response.message; break; case 500: message = t('Failed to submit'); break; } showNotification({ message: message, status: 'error' }); } }); }); $(document).on('click', '.delete_reply', function () { if(!confirm(('Are you sure you want to reject this comment?'))) return; var btn = $(this); var data = { comment_id: $(this).attr('data-id'), body: "", clear: 1, }; $.ajax({ url: localeURL('/api/comments/reply.json'), method: 'POST', data: data, success: function () { $('#reply_comment .progress').css('opacity', 0); btn.parents(".item_reply").siblings(".reply").css("display", "block"); showNotification({ message: t('Reply removed successfully'), status: 'success' }); var comment_id = btn.attr('data-id'); var answer_btn = 'پاسخ بـه این نظر'; btn.parents(".item_reply").fadeOut(); $("#comment_" + comment_id).append(answer_btn); }, error: function (jqXHR, textStatus) { var message = t('Failed to reply comment, Please try again'); switch (jqXHR.status) { case 401: message = t('Please login or register'); break; case 400: var response = JSON.parse(jqXHR.responseText); message = response.message; break; case 500: message = t('Failed to submit'); break; } showNotification({ message: message, status: 'error' }); } }); }); }); . حاجی لند مصطفی برو . حاجی لند مصطفی برو ، حاجی لند مصطفی برو




[ویدانما : شبکه اجتماعی چند رسانـه ای - حاجی لند مصطفی برو حاجی لند مصطفی برو]

نویسنده و منبع | تاریخ انتشار: Sun, 10 Jun 2018 13:07:00 +0000