drci47425 2015-02-05 02:21 采纳率: 100%
浏览 5
已采纳

我该如何组合这些代码

In the following code i am trying to make a post report system using Jquery ajax and php. When you click the .reportit button of a post, you have to get the post id and then show popup form, and then when pressing the .report button of this form, you have to execute the ajax after getting the id of the post and other information that will be sended to report_send_ajax.php .

How can I combine the following code to do it?

$('.reportit').click(function(){
  var i = $('.sikayet-et-alani').attr('id', $('.reportit').attr('id'));
   $.ajax({
      type: "POST",
     url: 'report_send_ajax.php',
     data: i,
     beforeSend: function(){$("#posting").html('<img src="icons/ajaxloader.gif"/>'); },
     success: function(html) {
     //Do Something
   }
}); 
});

with this code:

$(document).ready(function(){
        $('.reportit').click(function(){
          $('.vduzalani').animate({'opacity':'.50'}, 300, 'linear');
          $('.sikayet-et-alani').animate({'opacity':'1.00'}, 300, 'linear');
          $('.vduzalani, .sikayet-et-alani').css('display', 'block');
        });

        $('.close').click(function(){
          close_box();
        });
        });

      function close_box()
      {
        $('.vduzalani, .sikayet-et-alani').animate({'opacity':'0'}, 300, 'linear', function(){
          $('.vduzalani, .sikayet-et-alani').css('display', 'none');
        });
      }

This is the JavaScript DEMO from codepen.io

  • 写回答

1条回答 默认 最新

  • douoyou3348 2015-02-05 02:47
    关注

    try this

    $(document).ready(function(){
        var i;
        $('.reportit').click(function(){
            $('.vduzalani').animate({'opacity':'.50'}, 300, 'linear');
            $('.sikayet-et-alani').animate({'opacity':'1.00'}, 300, 'linear');
            $('.vduzalani, .sikayet-et-alani').css('display', 'block');
            //get id
            i = $(this).attr('id');
    
    
        });
        //click .report button
        $('.bildir').click(function(e){
            e.preventDefault();
            $.ajax({
                type: "POST",
                url: 'report_send_ajax.php',
                data: {id:i, sikayet_bildirimi:$('input[name="sikayet_bildirimi"]:checked').val()},
                beforeSend: function(){$("#posting").html('<img src="icons/ajaxloader.gif"/>'); },
                success: function(html) {
                //Do Something
                }
            });
          return false;
        });
        $('.close').click(function(){
            close_box();
        });
    });
    
    function close_box()
    {
        $('.vduzalani, .sikayet-et-alani').animate({'opacity':'0'}, 300, 'linear', function(){
            $('.vduzalani, .sikayet-et-alani').css('display', 'none');
        });
        $('input[name="sikayet_bildirimi"]').attr('checked',false);
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器