To pass dynamic data to a bootstrap modal

后端 未结 3 628
南笙
南笙 2020-12-17 06:32

I am trying to load the comments of a particular post on a modal. For this I need to pass the post id to the modal and then fetch the corresponding comments. The modal is tr

3条回答
  •  無奈伤痛
    2020-12-17 07:20

    Just pass the content via ajax with a php page and echo the content in the modal

提交回复
热议问题