Код: Выделить всё
TypeError: $(...).modal is not a function
< /code>
Вот мой код: < /p>
Show Modal
×
[h4]Error[/h4]
Quick Brown Fox Jumps Over The Lazy Dog
Close
$('document').ready(function () {
$('#btnTest').click(function () {
$('#dummyModal').modal('show');
});
});
< /code>
К вашему сведению, я использую Bootstrap 3.3.5 и jQuery 1.11.3. Я пробовал jQuery.noconflict (); ... и т. Д. Подробнее здесь: https://stackoverflow.com/questions/323 ... a-function