Posts by instanceof • 71 points
4 posts
-
2
votes1
answer1107
viewsA: How to add opacity in the bootstrap menu
If you add opacity in the navbar class it’s not right? .navbar { opacity: 0.7; } The bootstrap itself does not have an opacity helper, do it by CSS itself EDIT: For the menu to be opaque only when…
-
0
votes1
answer246
viewsA: Using multiple js Vue files in Laravel
I’m not sure I understand your question, but a quick answer would be to import these. js in your app.js, but I don’t know if that’s all you want, so it follows a nice structure that I adopted when I…
-
5
votes2
answers2146
viewsA: What is the difference between mysql-server and mysql-client?
While Mysql-server is where the data is stored, it is in fact the database, Mysql-client, is for you to just connect, and manage the databases (mysql-Servers), be they local or even remote. Mariadb,…
-
0
votes4
answers59
viewsA: Click the div to open option
Buddy, like the guys said, it’s not possible with just jQuery... I recommend you to use some library for this, for example the Select2 (https://select2.org/), that way it gets easy: Add the css:…
jqueryanswered instanceof 71