Jumat, 22 Desember 2023

jquery error : $(...).modal is not a function

 source: https://stackoverflow.com/questions/25757968/bootstrap-modal-is-not-a-function

check the forth answer.

solution:

jQuery.noConflict();
$('#id-mdl').modal('show');

Tidak ada komentar:

Posting Komentar