jQuery plugin conflicts - please assist

后端 未结 6 1658
一个人的身影
一个人的身影 2021-01-21 22:18

The aim is to show a form which will update the div on the page with the result

  1. load this [page]
  2. click the linkto show the form
  3. submit the form
6条回答
  •  执笔经年
    2021-01-21 22:48

    I don't think your problem is jQuery/Javascript related.

    Once the form is submitted (through PHP I presume?) you need to echo a message which will be passed as part of the success callback. i.e.

    echo '' . $_POST['message'] . '';
    

    Care to post your server side code?

提交回复
热议问题