jquery .ajax

2020-12-13 01:40

阅读:397

标签:style   blog   class   code   java   color   

view:

soscw.com,搜素材
    $(document).ready(function() {
        var ss="asdff";
        $(".check").click(function(){
            alert("OK");    
            $.ajax({
            type:‘get‘,
            url:purchasepay/finance/purchasepay/payaction‘,
            async:false,
            data:{pro:ss,needpay:ss},
            success:function(data)
            {
                alert(data);
            },
            error:function(){
                alert("error");
            }
        });
            });
    });

    
soscw.com,搜素材

 

 

 

controller:

soscw.com,搜素材
        $s=$_GET["pro"];
        
        echo json_encode ( $s );      
soscw.com,搜素材

 

$.each()

soscw.com,搜素材
  $.each(data, function(commentIndex, comment){
                               html += ‘
‘ + comment[‘username‘] + ‘:

] + ‘

; });
soscw.com,搜素材

$.each()函数不同于JQuery对象的each()方法,它是一个全局函数,不操作JQuery对象,而是以一个数组或者对象作为第1个参数,以一个回调函数作为第2个参数。回调函数拥有两个参数:第1个为对象的成员或数组的索引,第2个为对应变量或内容。

 

 

jquery .ajax,搜素材,soscw.com

jquery .ajax

标签:style   blog   class   code   java   color   

原文地址:http://www.cnblogs.com/canbefree/p/3709846.html


评论


亲,登录后才可以留言!