I copied html, css, js into my Django project the widget looks the same but when i try to collapse items it never happens. Screen switches to the next item. I made sure html sees css and js. What else could be the problem?
Olexandr () - 7 years ago - Reply 0
i just started learning bootstrap and i had the same issue but now it's working fine. all you have to do is to add jQuery
(http://getbootstrap.com/get...
<script src="https://ajax.googleapis.com..."></script>
hope this work!
Lasitha Uyangoda () - 7 years ago - Reply 0
My solution to that was click the gear icon and then download the whole snippet (you need to be signed in).
Olexandr () - 7 years ago - Reply 0