求各位大虾帮忙。我想要一个从JQuery中拆出来的getJSON方法,只有getJSON方法。请各位帮帮忙。先行谢过。

解决方案 »

  1.   

    我想要一个从JQuery中拆出来的getJSON方法
    ???
      

  2.   

    嗯哪,是请帮帮忙。只用getJSON方法
      

  3.   

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=gb2312">
    <title> new document </title>
    <meta name="keywords" content="">
    <meta name="description" content="">
    <script type="text/javascript" src="js/jq.js"></script>
    </head> <body>
    <script type="text/javascript">
    <!--
    alert($.getJSON)
    alert($.get)
    alert($.ajax)
    //-->
    </script>
    </body>
    </html>
      

  4.   

    想从jquery的源码中扒出来getJson?
      

  5.   

    为何不直接用jquery的这个? 难道不让用jquery?不至于吧