jquery从加载的脚本发布数据

时间:2016-10-25 12:51:49

标签: php jquery

我想在我的" index.php"中加载PHP脚本中的数据。 这就是我的意思:

// in my "index.php"

      $("body").load("index2.php")

// in my "index2.php"

      $.post("index3.php", { name : username })

" index3.php"即使语法正确,也不会收到发送的数据。我猜它是因为" index2.php"是由jQuery人工加载的,它不会接收数据。

当我尝试加载" index3.php"我收到错误'未定义的索引"名称" &#39 ;. 那我错过了什么?提前致谢。 : - )

0 个答案:

没有答案