“tombol bootstrap navbar tidak berfungsi” Kode Jawaban

navbar sakelar tidak berfungsi bootstrap 4

You need to put:-

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
Before all the other js files.

Then it will work.

Working example:- https://jsfiddle.net/mmqhw26j/

Note:- Take care that jQuery core-library/base-library need to be added first and then only any other jQuery file/library can be added
Santino

tombol bootstrap navbar tidak berfungsi

If you are using Bootstrap 5 or higher:

data-target and data-toggle are now data-bs-target and data-bs-toggle respectively
Programming Doggo

Jawaban yang mirip dengan “tombol bootstrap navbar tidak berfungsi”

Pertanyaan yang mirip dengan “tombol bootstrap navbar tidak berfungsi”

Lebih banyak jawaban terkait untuk “tombol bootstrap navbar tidak berfungsi” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya