【问题标题】:i need to send through the GET method data using the thickbox library and jquery我需要使用thickbox库和jquery通过GET方法发送数据
【发布时间】:2009-07-20 17:49:41
【问题描述】:

因为我遇到了一些 403 错误...那是因为我的服务器没有启用目录列表 有人做过类似的事情吗?

谢谢。

【问题讨论】:

    标签: jquery ajax methods thickbox


    【解决方案1】:

    像这样?

    /* 'somepage.php' is our script source.
       'username'     is our varible, jonathansampson is the value
       'result'       will hold anything the script sends back
       'text'         is the type of data we're expecting. */
    $.get("somepage.php", {"username":"jonathansampson"}, function(result){
    
      alert(result);
    
    }, "text");
    

    【讨论】:

      猜你喜欢
      • 2010-12-23
      • 2014-02-08
      • 2011-07-28
      • 1970-01-01
      • 2019-05-20
      • 1970-01-01
      • 2019-03-13
      • 2018-04-18
      • 2012-06-12
      相关资源
      最近更新 更多