Watch the course: codingwithmitc... Tablet Monitor for drawing: amzn.to/2G6e1eo
Пікірлер: 36
@rahulrishavbose53074 жыл бұрын
the issue with the dropdown is that the bootstrap js folder doesnt have the jquery file we are trying to reference to
@willk74714 жыл бұрын
whats the fix?
@zyz11534 жыл бұрын
@@willk7471 1.download jquery(code.jquery.com/jquery-3.5.1.min.js). 2.save it as jquery.min.js and add it to static/bootstrap/js/. 3.include it in the base.html just before "'"" 4. python manage.py collectstatics. i believe mitch forget this in the previous video.
@zyz11534 жыл бұрын
@Manjushree Barik have you add jquery.min.js to the project?
@tennis00374 жыл бұрын
Thank you! It worked for me too. Thank you so much for sharing!!!
@thenewway4164 жыл бұрын
@@tennis0037 can you tell how you solved the query error
@MegaSkiana2 жыл бұрын
I also had the jsquery issue I resolved mine by downloading jsquerymin from cdnpkg and copying the jsquery.min.js file into \venv\src\static\bootstrap\js folder
@Ifane782 жыл бұрын
i have done the same thing but dropdown is still not working yet please suggest me ..
@danilojessiedumandagan58313 жыл бұрын
I'm still having the dropdown issue (jquery), even I checkout to master and back to the branch still, the problem exists no dropdown in the account. And following the root directory of jquery.min.js, it is not existing in the directory. Thank you in advance...
@altayezekariyas92434 жыл бұрын
great tutorial, 1 question, im not getting the items in the center when i make the screen smaller
@richardokonicha4 жыл бұрын
It's about time, cheers 🥂
@tennis00374 жыл бұрын
Anyone else's items aligned to the left when they shrink the sceen?
@rahberabbasabidi45144 жыл бұрын
How to fix dropdown issue tell me bro??
@fadelellaherrami88402 жыл бұрын
replace data-toggle="dropdown" to this data-bs-toggle="dropdown"//if you work with bootstrap 5
@anshabaslam95902 жыл бұрын
@@fadelellaherrami8840 thanks bro its working
@ali_sadrian2 жыл бұрын
@@fadelellaherrami8840 this didn't fix mine, do you know any other way to fix it bro?
@alecsmith84622 жыл бұрын
@@anshabaslam9590 THANKS! This worked for me!
@richardokonicha4 жыл бұрын
Thanks for the heads up.
@AleksKhanLOL3 жыл бұрын
is it possible to find the code of frontend? like github repository
@thenewway4164 жыл бұрын
Drop-down not working help
@lbzu59564 жыл бұрын
Make sure you're running Bootstrap 4 (i had v.5.0.x and had the dropdown problem). Then download jquery (code.jquery.com/jquery-3.5.1.min.js) and save it to statict/bootstrap/js/jquery.min.js should fix the problem
@shashankkumar53304 жыл бұрын
great work
@KevinTempelx4 жыл бұрын
Thanks!
@TheApgreyd4 жыл бұрын
All who get jquery error - make sure u downloaded bootstrap 4.