Display Dynamic Data in a Bootstrap Modal using PHP & Ajax

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии •

  • @Codehow2
    @Codehow2  5 месяцев назад

    Hi Friends, this video demonstrates displaying data from the database in a modal by using jQuery Ajax. By clicking on the "View Details", it fetches the data from the database using Ajax and display it on a modal. This way you can make your modal dynamic. You can use it anywhere with similar requirements in your project. Thanks - Sundar

  • @redify1772
    @redify1772 Год назад

    You just saved a ton of fime for me ..thanks

  • @NewsThatsUsed
    @NewsThatsUsed Год назад +1

    Excellent Code, thank you for the tutorial.
    But if someone is having a problem and running Bootstrap 5 they changed their modal code...
    data-toggle becomes data-bs-toggle
    data-target becomes data-bs-target
    and data-dismiss becomes data-bs-dismiss
    Hope this helps.

    • @Codehow2
      @Codehow2  Год назад

      You are right, for Bootstrap 5, data-toggle becomes data-bs-toggle and so on as you mentioned. Thank you for sharing this.